Package | Description |
---|---|
org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
org.wildfly.security.ssl |
Modifier and Type | Method and Description |
---|---|
static MechanismConfigurationSelector |
MechanismConfigurationSelector.aggregate(MechanismConfigurationSelector... configurationSelectors)
Create a
MechanismConfigurationSelector that is an aggregation of other selectors, when called the selectors will be called in order and the first
MechanismConfiguration returned will be used. |
static MechanismConfigurationSelector |
MechanismConfigurationSelector.constantSelector(MechanismConfiguration mechanismConfiguration)
Create a constant
MechanismConfigurationSelector which will always return the same MechanismConfiguration
instance. |
static MechanismConfigurationSelector |
MechanismConfigurationSelector.predicateSelector(Predicate<MechanismInformation> predicate,
MechanismConfiguration mechanismConfiguration)
Create a simple
MechanismConfigurationSelector that is paired with a Predicate to
test if the configuration should be used for the supplied information. |
Modifier and Type | Method and Description |
---|---|
static MechanismConfigurationSelector |
MechanismConfigurationSelector.aggregate(MechanismConfigurationSelector... configurationSelectors)
Create a
MechanismConfigurationSelector that is an aggregation of other selectors, when called the selectors will be called in order and the first
MechanismConfiguration returned will be used. |
ServerAuthenticationContext |
SecurityDomain.createNewAuthenticationContext(MechanismConfigurationSelector mechanismConfigurationSelector)
Create a new authentication context for this security domain which can be used to carry out a single authentication
operation.
|
MechanismAuthenticationFactory.Builder<M,F,E> |
MechanismAuthenticationFactory.Builder.setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)
Set the
MechanismConfigurationSelector for the factory being built. |
HttpAuthenticationFactory.Builder |
HttpAuthenticationFactory.Builder.setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector) |
SaslAuthenticationFactory.Builder |
SaslAuthenticationFactory.Builder.setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector) |
Modifier and Type | Method and Description |
---|---|
SSLContextBuilder |
SSLContextBuilder.setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)
Set selector of mechanism configuration for
ServerAuthenticationContext , which will be used for SSL client authentication. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.