| Package | Description |
|---|---|
| org.apache.directory.server.config.beans | |
| org.apache.directory.server.config.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationInterceptorBean
A bean used to store the Authentictor interceptor condifuration
|
class |
HashInterceptorBean
A bean used to store the hash interceptor configuration
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<InterceptorBean> |
DirectoryServiceBean.interceptors
The list of declared interceptors
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InterceptorBean> |
DirectoryServiceBean.getInterceptors()
Returns interceptors in the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryServiceBean.addInterceptors(InterceptorBean... interceptors)
Adds the interceptors in the server.
|
int |
InterceptorBean.compareTo(InterceptorBean o)
Compares the order of the interceptor with the given one
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryServiceBean.setInterceptors(java.util.List<InterceptorBean> interceptors)
Sets the interceptors in the server.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Interceptor> |
ServiceBuilder.createInterceptors(java.util.List<InterceptorBean> interceptorBeans)
Creates the Interceptor instances from the configuration
|