Package | Description |
---|---|
org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
Modifier and Type | Class and Description |
---|---|
static class |
HttpAuthenticationFactory.Builder
A builder for SASL server factory configurations.
|
static class |
SaslAuthenticationFactory.Builder
A builder for SASL server factory configurations.
|
Modifier and Type | Method and Description |
---|---|
MechanismAuthenticationFactory.Builder<M,F,E> |
MechanismAuthenticationFactory.Builder.setFactory(F factory)
Set the mechanism's underlying factory.
|
MechanismAuthenticationFactory.Builder<M,F,E> |
MechanismAuthenticationFactory.Builder.setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)
Set the
MechanismConfigurationSelector for the factory being built. |
MechanismAuthenticationFactory.Builder<M,F,E> |
MechanismAuthenticationFactory.Builder.setSecurityDomain(SecurityDomain securityDomain)
Set the security domain to be used for this factory (may not be
null ). |
Copyright © 2020 JBoss by Red Hat. All rights reserved.