Class FileSystemRealm

All Implemented Interfaces:
ConfigurableElement, SecurityRealm, UsersAttributeValuesCapableElement

public class FileSystemRealm extends AbstractUserAttributeValuesCapableElement implements SecurityRealm
Configuration for filesystem-realms Elytron resource.
Author:
Josef Cacek
  • Method Details

    • create

      public void create(org.jboss.as.test.integration.management.util.CLIWrapper cli) throws Exception
      Description copied from interface: ConfigurableElement
      Creates this element in domain model and also creates other resources if needed (e.g. external files)
      Specified by:
      create in interface ConfigurableElement
      Parameters:
      cli - connected CLIWrapper instance
      Throws:
      Exception
    • remove

      public void remove(org.jboss.as.test.integration.management.util.CLIWrapper cli) throws Exception
      Description copied from interface: ConfigurableElement
      Reverts the changes introdued by create(...) method(s).
      Specified by:
      remove in interface ConfigurableElement
      Throws:
      Exception
    • getPath

      public Path getPath()
    • builder

      public static FileSystemRealm.Builder builder()
      Creates builder to build FileSystemRealm.
      Returns:
      created builder