public class ConfigurableHashingInterceptor
extends org.apache.directory.server.core.api.interceptor.BaseInterceptor
| Constructor and Description |
|---|
ConfigurableHashingInterceptor(org.apache.directory.server.config.beans.HashInterceptorBean config)
Creates a new instance of ConfigurableHashingInterceptor which hashes the
incoming non-hashed attributeType(s) using the given algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.directory.server.core.api.interceptor.context.AddOperationContext addContext) |
org.apache.directory.api.ldap.model.constants.LdapSecurityConstants |
getAlgorithm() |
List<org.apache.directory.api.ldap.model.schema.AttributeType> |
getAttributeTypes() |
void |
init(org.apache.directory.server.core.api.DirectoryService directoryService) |
void |
modify(org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext modifyContext) |
bind, compare, delete, destroy, getName, getNextInterceptor, getPrincipal, getRootDse, hasEntry, lookup, move, moveAndRename, next, next, next, next, next, next, next, next, next, next, next, next, next, rename, search, unbindpublic ConfigurableHashingInterceptor(org.apache.directory.server.config.beans.HashInterceptorBean config)
config - The configuration beanpublic void add(org.apache.directory.server.core.api.interceptor.context.AddOperationContext addContext)
throws org.apache.directory.api.ldap.model.exception.LdapException
add in interface org.apache.directory.server.core.api.interceptor.Interceptoradd in class org.apache.directory.server.core.api.interceptor.BaseInterceptororg.apache.directory.api.ldap.model.exception.LdapExceptionpublic org.apache.directory.api.ldap.model.constants.LdapSecurityConstants getAlgorithm()
public List<org.apache.directory.api.ldap.model.schema.AttributeType> getAttributeTypes()
public void init(org.apache.directory.server.core.api.DirectoryService directoryService)
throws org.apache.directory.api.ldap.model.exception.LdapException
init in interface org.apache.directory.server.core.api.interceptor.Interceptorinit in class org.apache.directory.server.core.api.interceptor.BaseInterceptororg.apache.directory.api.ldap.model.exception.LdapExceptionpublic void modify(org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext modifyContext)
throws org.apache.directory.api.ldap.model.exception.LdapException
modify in interface org.apache.directory.server.core.api.interceptor.Interceptormodify in class org.apache.directory.server.core.api.interceptor.BaseInterceptororg.apache.directory.api.ldap.model.exception.LdapExceptionCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.