| Package | Description |
|---|---|
| org.apache.directory.server.config.beans |
| 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 | Method and Description |
|---|---|
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(List<InterceptorBean> interceptors)
Sets the interceptors in the server.
|
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.