|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.interceptor.context.AbstractOperationContext
org.apache.directory.server.core.interceptor.context.UnbindOperationContext
public class UnbindOperationContext
A Unbind context used for Interceptors. It contains all the informations needed for the unbind operation, and used by all the interceptors
Field Summary |
---|
Fields inherited from class org.apache.directory.server.core.interceptor.context.AbstractOperationContext |
---|
authorizedPrincipal, byPassed, dn, EMPTY_CONTROLS, entry, next, previous, requestControls, responseControls, session, throwReferral |
Constructor Summary | |
---|---|
UnbindOperationContext(CoreSession session)
Creates a new instance of UnbindOperationContext. |
|
UnbindOperationContext(CoreSession session,
org.apache.directory.shared.ldap.message.internal.InternalUnbindRequest unbindRequest)
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
java.lang.String |
toString()
|
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, ignoreReferral, isBypassed, isFirstOperation, isReferralIgnored, isReferralThrown, lookup, lookup, modify, newLookupContext, setAuthorizedPrincipal, setByPassed, setDn, setEntry, setNextOperation, setPreviousOperation, setRequestControls, setSession, throwReferral |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnbindOperationContext(CoreSession session)
public UnbindOperationContext(CoreSession session, org.apache.directory.shared.ldap.message.internal.InternalUnbindRequest unbindRequest)
Method Detail |
---|
public java.lang.String getName()
getName
in interface OperationContext
getName
in class AbstractOperationContext
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |