|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ApplicationRequest in org.apache.directory.server.changepw.messages |
Methods in org.apache.directory.server.changepw.messages that return ApplicationRequest | |
ApplicationRequest |
ChangePasswordRequest.getAuthHeader()
|
Methods in org.apache.directory.server.changepw.messages with parameters of type ApplicationRequest | |
void |
ChangePasswordRequestModifier.setAuthHeader(ApplicationRequest authHeader)
|
Constructors in org.apache.directory.server.changepw.messages with parameters of type ApplicationRequest | |
ChangePasswordRequest(short messageLength,
short versionNumber,
short authHeaderLength,
ApplicationRequest authHeader,
PrivateMessage privateMessage)
|
Uses of ApplicationRequest in org.apache.directory.server.changepw.service |
Methods in org.apache.directory.server.changepw.service that return ApplicationRequest | |
ApplicationRequest |
ChangePasswordContext.getAuthHeader()
|
Methods in org.apache.directory.server.changepw.service with parameters of type ApplicationRequest | |
void |
ChangePasswordContext.setAuthHeader(ApplicationRequest authHeader)
|
Uses of ApplicationRequest in org.apache.directory.server.kerberos.kdc.ticketgrant |
Methods in org.apache.directory.server.kerberos.kdc.ticketgrant that return ApplicationRequest | |
ApplicationRequest |
TicketGrantingContext.getAuthHeader()
|
protected ApplicationRequest |
GetAuthHeader.getAuthHeader(KdcRequest request)
|
Methods in org.apache.directory.server.kerberos.kdc.ticketgrant with parameters of type ApplicationRequest | |
void |
TicketGrantingContext.setAuthHeader(ApplicationRequest authHeader)
|
Uses of ApplicationRequest in org.apache.directory.server.kerberos.shared.io.decoder |
Methods in org.apache.directory.server.kerberos.shared.io.decoder that return ApplicationRequest | |
ApplicationRequest |
ApplicationRequestDecoder.decode(byte[] encodedAuthHeader)
|
Uses of ApplicationRequest in org.apache.directory.server.kerberos.shared.service |
Methods in org.apache.directory.server.kerberos.shared.service with parameters of type ApplicationRequest | |
Authenticator |
VerifyAuthHeader.verifyAuthHeader(ApplicationRequest authHeader,
Ticket ticket,
EncryptionKey serverKey,
long clockSkew,
ReplayCache replayCache,
boolean emptyAddressesAllowed,
java.net.InetAddress clientAddress,
LockBox lockBox)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |