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.org.wildfly.security.auth.server.http org.wildfly.security.auth.server.sasl org.wildfly.security.ssl -
-
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()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)HttpAuthenticationFactory.BuilderHttpAuthenticationFactory.Builder. setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)MechanismAuthenticationFactory.Builder<M,F,E>MechanismAuthenticationFactory.Builder. setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)Set theMechanismConfigurationSelectorfor the factory being built.SaslAuthenticationFactory.BuilderSaslAuthenticationFactory.Builder. setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)Constructors in org.wildfly.security.auth.server with parameters of type MechanismConfigurationSelector Constructor Description AbstractMechanismAuthenticationFactory(SecurityDomain securityDomain, MechanismConfigurationSelector mechanismConfigurationSelector, F factory) -
Uses of MechanismConfigurationSelector in org.wildfly.security.auth.server.http
Methods in org.wildfly.security.auth.server.http with parameters of type MechanismConfigurationSelector Modifier and Type Method Description HttpAuthenticationFactory.BuilderHttpAuthenticationFactory.Builder. setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector) -
Uses of MechanismConfigurationSelector in org.wildfly.security.auth.server.sasl
Methods in org.wildfly.security.auth.server.sasl with parameters of type MechanismConfigurationSelector Modifier and Type Method Description SaslAuthenticationFactory.BuilderSaslAuthenticationFactory.Builder. setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector) -
Uses of MechanismConfigurationSelector in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl with parameters of type MechanismConfigurationSelector Modifier and Type Method Description SSLContextBuilderSSLContextBuilder. setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)Set selector of mechanism configuration forServerAuthenticationContext, which will be used for SSL client authentication.
-