public abstract class PasswordHashingInterceptor
extends org.apache.directory.server.core.api.interceptor.BaseInterceptor
| Modifier | Constructor and Description |
|---|---|
protected |
PasswordHashingInterceptor(String name,
org.apache.directory.api.ldap.model.constants.LdapSecurityConstants algorithm)
Creates a new instance of PasswordHashingInterceptor which hashes the
incoming non-hashed password using the given algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.directory.server.core.api.interceptor.context.AddOperationContext addContext) |
void |
modify(org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext modifyContext) |
bind, compare, delete, destroy, getName, getNextInterceptor, getPrincipal, getRootDse, hasEntry, init, lookup, move, moveAndRename, next, next, next, next, next, next, next, next, next, next, next, next, next, rename, search, unbindprotected PasswordHashingInterceptor(String name, org.apache.directory.api.ldap.model.constants.LdapSecurityConstants algorithm)
algorithm - the name of the algorithm to be usedpublic 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 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.