| Package | Description |
|---|---|
| org.apache.directory.server.config.beans | |
| org.apache.directory.server.config.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticatorImplBean
Configuration bean of an authenticator implementation.
|
class |
DelegatingAuthenticatorBean
A class used to store the Delegating Authenticator configuration.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<AuthenticatorBean> |
AuthenticationInterceptorBean.authenticators
The list of authenticators
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthenticatorBean> |
AuthenticationInterceptorBean.getAuthenticators() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationInterceptorBean.addAuthenticators(AuthenticatorBean... authenticators) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationInterceptorBean.setAuthenticators(java.util.List<AuthenticatorBean> authenticators) |
| Modifier and Type | Method and Description |
|---|---|
static Authenticator |
ServiceBuilder.createAuthenticator(AuthenticatorBean authenticatorBean)
Creates a Authenticator from the configuration
|
| Modifier and Type | Method and Description |
|---|---|
static Authenticator[] |
ServiceBuilder.createAuthenticators(java.util.List<AuthenticatorBean> list)
Creates the array of transports read from the DIT
|