Uses of Class
org.wildfly.security.auth.server.MechanismConfiguration
-
Packages that use MechanismConfiguration Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron. -
-
Uses of MechanismConfiguration in org.wildfly.security.auth.server
Fields in org.wildfly.security.auth.server declared as MechanismConfiguration Modifier and Type Field Description static MechanismConfiguration
MechanismConfiguration. EMPTY
An empty mechanism configuration..Methods in org.wildfly.security.auth.server that return MechanismConfiguration Modifier and Type Method Description MechanismConfiguration
MechanismConfiguration.Builder. build()
Build a new instance.MechanismConfiguration
MechanismConfigurationSelector. selectConfiguration(MechanismInformation mechanismInformation)
Select theMechanismConfiguration
to use for the current authentication attempt.Methods in org.wildfly.security.auth.server with parameters of type MechanismConfiguration Modifier and Type Method Description static MechanismConfigurationSelector
MechanismConfigurationSelector. constantSelector(MechanismConfiguration mechanismConfiguration)
Create a constantMechanismConfigurationSelector
which will always return the sameMechanismConfiguration
instance.static MechanismConfigurationSelector
MechanismConfigurationSelector. predicateSelector(Predicate<MechanismInformation> predicate, MechanismConfiguration mechanismConfiguration)
Create a simpleMechanismConfigurationSelector
that is paired with aPredicate
to test if the configuration should be used for the supplied information.
-