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 MechanismConfigurationMechanismConfiguration. EMPTYAn empty mechanism configuration..Methods in org.wildfly.security.auth.server that return MechanismConfiguration Modifier and Type Method Description MechanismConfigurationMechanismConfiguration.Builder. build()Build a new instance.MechanismConfigurationMechanismConfigurationSelector. selectConfiguration(MechanismInformation mechanismInformation)Select theMechanismConfigurationto use for the current authentication attempt.Methods in org.wildfly.security.auth.server with parameters of type MechanismConfiguration Modifier and Type Method Description static MechanismConfigurationSelectorMechanismConfigurationSelector. constantSelector(MechanismConfiguration mechanismConfiguration)Create a constantMechanismConfigurationSelectorwhich will always return the sameMechanismConfigurationinstance.static MechanismConfigurationSelectorMechanismConfigurationSelector. predicateSelector(Predicate<MechanismInformation> predicate, MechanismConfiguration mechanismConfiguration)Create a simpleMechanismConfigurationSelectorthat is paired with aPredicateto test if the configuration should be used for the supplied information.
-