| 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 | Method and Description |
|---|---|
List<AuthenticatorBean> |
AuthenticationInterceptorBean.getAuthenticators() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationInterceptorBean.addAuthenticators(AuthenticatorBean... authenticators) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationInterceptorBean.setAuthenticators(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(List<AuthenticatorBean> list)
Creates the array of transports read from the DIT
|
Copyright © 2021. All rights reserved.