|
|||||||||||
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 |
MonitorContext.execute(Context context)
|
boolean |
CheckPasswordPolicy.execute(Context context)
|
boolean |
GetServerEntry.execute(Context context)
|
boolean |
ChangePasswordExceptionHandler.execute(Context context)
|
boolean |
ChangePasswordExceptionHandler.postprocess(Context context,
java.lang.Exception exception)
|
boolean |
MonitorReply.execute(Context context)
|
boolean |
ExtractPassword.execute(Context context)
|
boolean |
VerifyServiceTicketAuthHeader.execute(Context context)
|
boolean |
GetAuthHeader.execute(Context context)
|
boolean |
VerifyServiceTicket.execute(Context context)
|
boolean |
ConfigureChangePasswordChain.execute(Context context)
|
boolean |
ProcessPasswordChange.execute(Context context)
|
boolean |
MonitorRequest.execute(Context context)
|
boolean |
BuildReply.execute(Context context)
|
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 |
MonitorContext.execute(Context context)
|
boolean |
GetResourceRecords.execute(Context context)
|
boolean |
DnsExceptionHandler.execute(Context context)
|
boolean |
DnsExceptionHandler.postprocess(Context context,
java.lang.Exception exception)
|
boolean |
MonitorReply.execute(Context context)
|
boolean |
MonitorRequest.execute(Context context)
|
boolean |
BuildReply.execute(Context context)
|
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 |
MonitorContext.execute(Context context)
|
boolean |
MonitorReply.execute(Context context)
|
boolean |
SelectChecksumType.execute(Context context)
|
boolean |
SelectEncryptionType.execute(Context context)
|
boolean |
MonitorRequest.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 |
GenerateTicket.execute(Context context)
|
boolean |
SealReply.execute(Context context)
|
boolean |
GetServerEntry.execute(Context context)
|
boolean |
ConfigureAuthenticationChain.execute(Context context)
|
boolean |
GetSessionKey.execute(Context context)
|
boolean |
GetClientEntry.execute(Context context)
|
boolean |
AuthenticationExceptionHandler.execute(Context context)
|
boolean |
AuthenticationExceptionHandler.postprocess(Context context,
java.lang.Exception exception)
|
boolean |
BuildReply.execute(Context ctx)
|
boolean |
VerifyPolicy.execute(Context context)
the log for this class |
Uses of Context in org.apache.directory.server.kerberos.kdc.preauthentication |
Methods in org.apache.directory.server.kerberos.kdc.preauthentication with parameters of type Context | |
boolean |
VerifyEncryptedTimestamp.execute(Context ctx)
|
boolean |
VerifySam.execute(Context ctx)
|
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 |
GetTicketPrincipalEntry.execute(Context context)
|
boolean |
MonitorContext.execute(Context context)
|
boolean |
GenerateTicket.execute(Context context)
|
boolean |
SealReply.execute(Context ctx)
|
boolean |
GetSessionKey.execute(Context context)
|
boolean |
VerifyTgtAuthHeader.execute(Context context)
|
boolean |
VerifyTgt.execute(Context context)
|
boolean |
GetAuthHeader.execute(Context context)
|
boolean |
ConfigureTicketGrantingChain.execute(Context context)
|
boolean |
VerifyBodyChecksum.execute(Context context)
|
boolean |
GetRequestPrincipalEntry.execute(Context context)
|
boolean |
BuildReply.execute(Context 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 |
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. |
boolean |
Chain.execute(Context context)
Execute the processing represented by this Chain according
to the following algorithm. |
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 |