|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Context in org.apache.directory.server.changepw.service |
---|
Classes in org.apache.directory.server.changepw.service that implement Context | |
---|---|
class |
ChangePasswordContext
|
Methods in org.apache.directory.server.changepw.service with parameters of type Context | |
---|---|
boolean |
ChangePasswordExceptionHandler.execute(Context context)
|
boolean |
ChangePasswordExceptionHandler.postprocess(Context context,
java.lang.Exception exception)
|
Uses of Context in org.apache.directory.server.dns.service |
---|
Classes in org.apache.directory.server.dns.service that implement Context | |
---|---|
class |
DnsContext
|
Methods in org.apache.directory.server.dns.service with parameters of type Context | |
---|---|
boolean |
BuildReply.execute(Context context)
|
boolean |
MonitorContext.execute(Context context)
|
boolean |
MonitorReply.execute(Context context)
|
boolean |
GetResourceRecords.execute(Context context)
|
boolean |
DnsExceptionHandler.execute(Context context)
|
boolean |
MonitorRequest.execute(Context context)
|
boolean |
DnsExceptionHandler.postprocess(Context context,
java.lang.Exception exception)
|
Uses of Context in org.apache.directory.server.kerberos.kdc |
---|
Classes in org.apache.directory.server.kerberos.kdc that implement Context | |
---|---|
class |
KdcContext
|
Methods in org.apache.directory.server.kerberos.kdc with parameters of type Context | |
---|---|
boolean |
SelectEncryptionType.execute(Context context)
|
boolean |
SelectChecksumType.execute(Context context)
|
boolean |
MonitorContext.execute(Context context)
|
Uses of Context in org.apache.directory.server.kerberos.kdc.authentication |
---|
Classes in org.apache.directory.server.kerberos.kdc.authentication that implement Context | |
---|---|
class |
AuthenticationContext
|
Methods in org.apache.directory.server.kerberos.kdc.authentication with parameters of type Context | |
---|---|
boolean |
AuthenticationExceptionHandler.execute(Context context)
|
boolean |
AuthenticationExceptionHandler.postprocess(Context context,
java.lang.Exception exception)
|
Uses of Context in org.apache.directory.server.kerberos.kdc.ticketgrant |
---|
Classes in org.apache.directory.server.kerberos.kdc.ticketgrant that implement Context | |
---|---|
class |
TicketGrantingContext
|
Methods in org.apache.directory.server.kerberos.kdc.ticketgrant with parameters of type Context | |
---|---|
boolean |
TicketGrantingExceptionHandler.execute(Context context)
|
boolean |
TicketGrantingExceptionHandler.postprocess(Context context,
java.lang.Exception exception)
|
Uses of Context in org.apache.directory.server.protocol.shared.chain |
---|
Methods in org.apache.directory.server.protocol.shared.chain with parameters of type Context | |
---|---|
boolean |
Chain.execute(Context context)
Execute the processing represented by this Chain according
to the following algorithm. |
boolean |
Command.execute(Context context)
Execute a unit of processing work to be performed. |
boolean |
Filter.postprocess(Context context,
java.lang.Exception exception)
Execute any cleanup activities, such as releasing resources that were acquired during the execute() method of this
Filter instance. |
Uses of Context in org.apache.directory.server.protocol.shared.chain.impl |
---|
Classes in org.apache.directory.server.protocol.shared.chain.impl that implement Context | |
---|---|
class |
ContextBase
Convenience base class for Context implementations. |
Methods in org.apache.directory.server.protocol.shared.chain.impl with parameters of type Context | |
---|---|
boolean |
ChainBase.execute(Context context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |