|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.protocol.shared.chain.impl.CommandBase
org.apache.directory.server.kerberos.shared.service.GetPrincipalStoreEntry
org.apache.directory.server.kerberos.kdc.authentication.GetClientEntry
Field Summary |
Fields inherited from class org.apache.directory.server.protocol.shared.chain.impl.CommandBase |
CONTINUE_CHAIN, STOP_CHAIN |
Constructor Summary | |
GetClientEntry()
|
Method Summary | |
boolean |
execute(Context context)
Execute a unit of processing work to be performed. |
Methods inherited from class org.apache.directory.server.kerberos.shared.service.GetPrincipalStoreEntry |
getEntry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GetClientEntry()
Method Detail |
public boolean execute(Context context) throws java.lang.Exception
Command
Execute a unit of processing work to be performed. This
Command
may either complete the required processing
and return true
, or delegate remaining processing
to the next Command
in a Chain
containing this
Command
by returning false
context
- The Context
to be processed by this
Command
true
if the processing of this Context
has been completed, or false
if the processing
of this Context
should be delegated to a subsequent
Command
in an enclosing Chain
java.lang.Exception
- general purpose exception return
to indicate abnormal termination
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |