Uses of Interface
org.wildfly.security.auth.server.MechanismConfigurationSelector
Packages that use MechanismConfigurationSelector
Package
Description
Server side of authentication provided by Elytron.
-
Uses of MechanismConfigurationSelector in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return MechanismConfigurationSelectorModifier and TypeMethodDescriptionMechanismConfigurationSelector.aggregate(MechanismConfigurationSelector... configurationSelectors) Create aMechanismConfigurationSelectorthat is an aggregation of other selectors, when called the selectors will be called in order and the firstMechanismConfigurationreturned will be used.MechanismConfigurationSelector.constantSelector(MechanismConfiguration mechanismConfiguration) Create a constantMechanismConfigurationSelectorwhich will always return the sameMechanismConfigurationinstance.AbstractMechanismAuthenticationFactory.Builder.getMechanismConfigurationSelector()AbstractMechanismAuthenticationFactory.getMechanismConfigurationSelector()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.Methods in org.wildfly.security.auth.server with parameters of type MechanismConfigurationSelectorModifier and TypeMethodDescriptionMechanismConfigurationSelector.aggregate(MechanismConfigurationSelector... configurationSelectors) Create aMechanismConfigurationSelectorthat is an aggregation of other selectors, when called the selectors will be called in order and the firstMechanismConfigurationreturned will be used.SecurityDomain.createNewAuthenticationContext(MechanismConfigurationSelector mechanismConfigurationSelector) Create a new authentication context for this security domain which can be used to carry out a single authentication operation.AbstractMechanismAuthenticationFactory.Builder.setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector) MechanismAuthenticationFactory.Builder.setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector) Set theMechanismConfigurationSelectorfor the factory being built.Constructors in org.wildfly.security.auth.server with parameters of type MechanismConfigurationSelectorModifierConstructorDescriptionprotectedAbstractMechanismAuthenticationFactory(SecurityDomain securityDomain, MechanismConfigurationSelector mechanismConfigurationSelector, F factory)