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 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<javax.security.auth.message.module.ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options)Add aSupplierto be used to create aServerAuthModuleinstance for this message layer and application context combination.
-