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

Packages that use ApplicationRequest
org.apache.directory.server.changepw.messages Provides message objects for request, reply, and error messages. 
org.apache.directory.server.changepw.service Provides the Change Password Service. 
org.apache.directory.server.kerberos.kdc.ticketgrant Provides the KDC's Ticket-Granting Service (TGS). 
org.apache.directory.server.kerberos.shared   
org.apache.directory.server.kerberos.shared.io.decoder Provides the decoders for Kerberos message objects. 
org.apache.directory.server.kerberos.shared.io.encoder Provides the encoders for Kerberos message objects. 
 

Uses of ApplicationRequest in org.apache.directory.server.changepw.messages
 

Methods in org.apache.directory.server.changepw.messages that return ApplicationRequest
 ApplicationRequest ChangePasswordRequest.getAuthHeader()
          Returns the ApplicationRequest.
 

Methods in org.apache.directory.server.changepw.messages with parameters of type ApplicationRequest
 void ChangePasswordRequestModifier.setAuthHeader(ApplicationRequest authHeader)
          Sets the AuthHeader.
 

Constructors in org.apache.directory.server.changepw.messages with parameters of type ApplicationRequest
ChangePasswordRequest(short versionNumber, ApplicationRequest authHeader, PrivateMessage privateMessage)
          Creates a new instance of ChangePasswordRequest.
 

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()
           
 

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
 

Methods in org.apache.directory.server.kerberos.shared with parameters of type ApplicationRequest
static Authenticator KerberosUtils.verifyAuthHeader(ApplicationRequest authHeader, Ticket ticket, EncryptionKey serverKey, long clockSkew, ReplayCache replayCache, boolean emptyAddressesAllowed, java.net.InetAddress clientAddress, CipherTextHandler lockBox, KeyUsage authenticatorKeyUsage, boolean isValidate)
          Verifies an AuthHeader using guidelines from RFC 1510 section A.10., "KRB_AP_REQ verification."
 

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)
          Decodes a byte array into an ApplicationRequest.
 

Uses of ApplicationRequest in org.apache.directory.server.kerberos.shared.io.encoder
 

Methods in org.apache.directory.server.kerberos.shared.io.encoder with parameters of type ApplicationRequest
 byte[] ApplicationRequestEncoder.encode(ApplicationRequest request)
          Encodes an ApplicationRequest into a byte array.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.