Uses of Enum
org.wildfly.security.auth.jaspi.Flag
Packages that use Flag
Package
Description
JSR-196 Java Authentication SPI for Containers (JASPI) - Public API.
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 FlagModifier and TypeMethodDescriptionstatic FlagReturns 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 FlagModifier and TypeMethodDescriptionJaspiConfigurationBuilder.addAuthModuleFactory(Supplier<jakarta.security.auth.message.module.ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options) Add aSupplier<jakarta.security.auth.message.module.ServerAuthModule>to 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 FlagModifierConstructorDescriptionAuthenticationModuleDefinition(Supplier<jakarta.security.auth.message.module.ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options) Construct a new instance of a module definition.