org.apache.directory.server.core.interceptor.context
Class GetMatchedNameOperationContext
java.lang.Object
org.apache.directory.server.core.interceptor.context.AbstractOperationContext
org.apache.directory.server.core.interceptor.context.GetMatchedNameOperationContext
- All Implemented Interfaces:
- OperationContext
public class GetMatchedNameOperationContext
- extends AbstractOperationContext
A GetMatchedName context used for Interceptors. It contains all the informations
needed for the getMatchedName operation, and used by all the interceptors
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
Methods inherited from class org.apache.directory.server.core.interceptor.context.AbstractOperationContext |
add, addRequestControl, addRequestControls, addResponseControl, delete, getByPassed, getDn, getEffectivePrincipal, getEntry, getFirstOperation, getLastOperation, getNextOperation, getPreviousOperation, getRequestControl, getResponseControl, getResponseControlCount, getResponseControls, getSession, hasBypass, hasEntry, hasRequestControl, hasRequestControls, hasResponseControl, hasResponseControls, isBypassed, isFirstOperation, lookup, lookup, modify, newLookupContext, setAuthorizedPrincipal, setByPassed, setDn, setEntry, setNextOperation, setPreviousOperation, setRequestControls, setSession |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GetMatchedNameOperationContext
public GetMatchedNameOperationContext(CoreSession session)
- Creates a new instance of GetMatchedNameOperationContext.
GetMatchedNameOperationContext
public GetMatchedNameOperationContext(CoreSession session,
org.apache.directory.shared.ldap.name.LdapDN dn)
- Creates a new instance of GetMatchedNameOperationContext.
- Parameters:
dn
- The DN to match
getName
public java.lang.String getName()
- Specified by:
getName
in interface OperationContext
- Specified by:
getName
in class AbstractOperationContext
- Returns:
- the operation name
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.