|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.interceptor.BaseInterceptor
org.apache.directory.server.core.authn.AuthenticationInterceptor
public class AuthenticationInterceptor
An Interceptor that authenticates users.
| Constructor Summary | |
|---|---|
AuthenticationInterceptor()
Creates an authentication service interceptor. |
|
| Methods inherited from class org.apache.directory.server.core.interceptor.BaseInterceptor |
|---|
addContextPartition, getContext, getName, getPrincipal, removeContextPartition, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationInterceptor()
| Method Detail |
|---|
public void init(DirectoryService directoryService)
throws java.lang.Exception
Authenticators to this service.
init in interface Interceptorinit in class BaseInterceptorjava.lang.Exceptionpublic java.util.Set<Authenticator> getAuthenticators()
public void setAuthenticators(java.util.Set<Authenticator> authenticators)
authenticators - authenticators to be used by this AuthenticationInterceptorpublic void destroy()
Authenticators from this service.
destroy in interface Interceptordestroy in class BaseInterceptor
public void add(NextInterceptor next,
AddOperationContext opContext)
throws java.lang.Exception
InterceptorPartition.add( AddOperationContext ) call.
add in interface Interceptoradd in class BaseInterceptorjava.lang.Exception
public void delete(NextInterceptor next,
DeleteOperationContext opContext)
throws java.lang.Exception
InterceptorPartition.delete( DeleteOperationContext ) call.
delete in interface Interceptordelete in class BaseInterceptorjava.lang.Exception
public org.apache.directory.shared.ldap.name.LdapDN getMatchedName(NextInterceptor next,
GetMatchedNameOperationContext opContext)
throws java.lang.Exception
InterceptorPartitionNexus.getMatchedName( GetMatchedNameOperationContext ) call.
getMatchedName in interface InterceptorgetMatchedName in class BaseInterceptorjava.lang.Exception
public ClonedServerEntry getRootDSE(NextInterceptor next,
GetRootDSEOperationContext opContext)
throws java.lang.Exception
InterceptorPartitionNexus.getRootDSE( GetRootDSEOperationContext ) call.
getRootDSE in interface InterceptorgetRootDSE in class BaseInterceptorjava.lang.Exception
public org.apache.directory.shared.ldap.name.LdapDN getSuffix(NextInterceptor next,
GetSuffixOperationContext opContext)
throws java.lang.Exception
InterceptorPartitionNexus.getSuffix( GetSuffixOperationContext ) call.
getSuffix in interface InterceptorgetSuffix in class BaseInterceptorjava.lang.Exception
public boolean hasEntry(NextInterceptor next,
EntryOperationContext opContext)
throws java.lang.Exception
InterceptorPartition.hasEntry( EntryOperationContext ) call.
hasEntry in interface InterceptorhasEntry in class BaseInterceptorjava.lang.Exception
public EntryFilteringCursor list(NextInterceptor next,
ListOperationContext opContext)
throws java.lang.Exception
InterceptorPartition.list( ListOperationContext ) call.
list in interface Interceptorlist in class BaseInterceptorjava.lang.Exception
public java.util.Iterator<java.lang.String> listSuffixes(NextInterceptor next,
ListSuffixOperationContext opContext)
throws java.lang.Exception
InterceptorPartitionNexus.listSuffixes( ListSuffixOperationContext ) call.
listSuffixes in interface InterceptorlistSuffixes in class BaseInterceptorjava.lang.Exception
public ClonedServerEntry lookup(NextInterceptor next,
LookupOperationContext opContext)
throws java.lang.Exception
InterceptorPartition.lookup( LookupOperationContext ) call.
lookup in interface Interceptorlookup in class BaseInterceptorjava.lang.Exception
public void modify(NextInterceptor next,
ModifyOperationContext opContext)
throws java.lang.Exception
InterceptorPartition.modify( ModifyOperationContext ) call.
modify in interface Interceptormodify in class BaseInterceptorjava.lang.Exception
public void rename(NextInterceptor next,
RenameOperationContext opContext)
throws java.lang.Exception
InterceptorPartition.rename( RenameOperationContext ) call.
rename in interface Interceptorrename in class BaseInterceptorjava.lang.Exception
public boolean compare(NextInterceptor next,
CompareOperationContext opContext)
throws java.lang.Exception
InterceptorPartitionNexus.compare( CompareOperationContext ) call.
compare in interface Interceptorcompare in class BaseInterceptorjava.lang.Exception
public void moveAndRename(NextInterceptor next,
MoveAndRenameOperationContext opContext)
throws java.lang.Exception
InterceptorPartition.moveAndRename( MoveAndRenameOperationContext) call.
moveAndRename in interface InterceptormoveAndRename in class BaseInterceptorjava.lang.Exception
public void move(NextInterceptor next,
MoveOperationContext opContext)
throws java.lang.Exception
InterceptorPartition.move( MoveOperationContext ) call.
move in interface Interceptormove in class BaseInterceptorjava.lang.Exception
public EntryFilteringCursor search(NextInterceptor next,
SearchOperationContext opContext)
throws java.lang.Exception
InterceptorPartition.search( SearchOperationContext ) call.
search in interface Interceptorsearch in class BaseInterceptorjava.lang.Exception
public void bind(NextInterceptor next,
BindOperationContext opContext)
throws java.lang.Exception
InterceptorPartition.bind( BindOperationContext ) call.
bind in interface Interceptorbind in class BaseInterceptorjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||