Uses of Class
org.wildfly.security.auth.jaspi.Flag
-
Packages that use Flag Package Description org.wildfly.security.auth.jaspi JSR-196 Java Authentication SPI for Containers (JASPI) - Public API.org.wildfly.security.auth.jaspi.impl JSR-196 Java Authentication SPI for Containers (JASPI) - Internal Implementation. -
-
Uses of Flag in org.wildfly.security.auth.jaspi
Methods in org.wildfly.security.auth.jaspi that return Flag Modifier and Type Method Description static FlagFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static Flag[]Flag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.auth.jaspi with parameters of type Flag Modifier and Type Method Description JaspiConfigurationBuilderJaspiConfigurationBuilder. addAuthModuleFactory(Supplier<ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options)Add aSupplierto be used to create aServerAuthModuleinstance for this message layer and application context combination. -
Uses of Flag in org.wildfly.security.auth.jaspi.impl
Constructors in org.wildfly.security.auth.jaspi.impl with parameters of type Flag Constructor Description AuthenticationModuleDefinition(Supplier<ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options)Construct a new instance of a module definition.
-