Uses of Class
org.apache.directory.server.kerberos.shared.messages.components.Authenticator

Packages that use Authenticator
org.apache.directory.server.kerberos.shared.io.decoder Provides the decoders for Kerberos message objects. 
org.apache.directory.server.kerberos.shared.messages.components Provides major components of Kerberos messages. 
org.apache.directory.server.kerberos.shared.service Provides reusable IoHandlerCommands for the Kerberos and Change Password protocols. 
 

Uses of Authenticator in org.apache.directory.server.kerberos.shared.io.decoder
 

Methods in org.apache.directory.server.kerberos.shared.io.decoder that return Authenticator
protected static Authenticator AuthenticatorDecoder.decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
          -- Unencrypted authenticator Authenticator ::= [APPLICATION 2] SEQUENCE { authenticator-vno[0] INTEGER, crealm[1] Realm, cname[2] PrincipalName, cksum[3] Checksum OPTIONAL, cusec[4] INTEGER, ctime[5] KerberosTime, subkey[6] EncryptionKey OPTIONAL, seq-number[7] INTEGER OPTIONAL, authorization-data[8] AuthorizationData OPTIONAL }
 

Uses of Authenticator in org.apache.directory.server.kerberos.shared.messages.components
 

Methods in org.apache.directory.server.kerberos.shared.messages.components that return Authenticator
 Authenticator AuthenticatorModifier.getAuthenticator()
          Returns the Authenticator.
 

Uses of Authenticator in org.apache.directory.server.kerberos.shared.service
 

Methods in org.apache.directory.server.kerberos.shared.service that return Authenticator
 Authenticator VerifyAuthHeader.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."
 



Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.