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