Uses of Class
org.apache.directory.server.kerberos.shared.messages.ApplicationRequest

Packages that use ApplicationRequest
org.apache.directory.server.changepw.messages   
org.apache.directory.server.changepw.service   
org.apache.directory.server.kerberos.kdc.ticketgrant   
org.apache.directory.server.kerberos.shared.io.decoder   
org.apache.directory.server.kerberos.shared.service   
 

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)