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

Packages that use ApplicationRequest
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.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 The Apache Software Foundation. All Rights Reserved.