Uses of Interface
org.wildfly.security.auth.server.MechanismConfigurationSelector
-
Packages that use MechanismConfigurationSelector Package Description org.wildfly.security.auth.server 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 MechanismConfigurationSelector Modifier and Type Method Description static MechanismConfigurationSelectorMechanismConfigurationSelector. 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.static MechanismConfigurationSelectorMechanismConfigurationSelector. constantSelector(MechanismConfiguration mechanismConfiguration)Create a constantMechanismConfigurationSelectorwhich will always return the sameMechanismConfigurationinstance.MechanismConfigurationSelectorAbstractMechanismAuthenticationFactory.Builder. getMechanismConfigurationSelector()MechanismConfigurationSelectorAbstractMechanismAuthenticationFactory. getMechanismConfigurationSelector()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.Methods in org.wildfly.security.auth.server with parameters of type MechanismConfigurationSelector Modifier and Type Method Description static MechanismConfigurationSelectorMechanismConfigurationSelector. 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.ServerAuthenticationContextSecurityDomain. 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<M,F,E>AbstractMechanismAuthenticationFactory.Builder. setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)MechanismAuthenticationFactory.Builder<M,F,E>MechanismAuthenticationFactory.Builder. setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)Set theMechanismConfigurationSelectorfor the factory being built.Constructors in org.wildfly.security.auth.server with parameters of type MechanismConfigurationSelector Constructor Description AbstractMechanismAuthenticationFactory(SecurityDomain securityDomain, MechanismConfigurationSelector mechanismConfigurationSelector, F factory)
-