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. -
-
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 Flag
Flag. 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 JaspiConfigurationBuilder
JaspiConfigurationBuilder. addAuthModuleFactory(Supplier<javax.security.auth.message.module.ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options)
Add aSupplier
to be used to create aServerAuthModule
instance for this message layer and application context combination.
-