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

Packages that use Authenticator
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.messages.components Provides major components of Kerberos messages. 
 

Uses of Authenticator in org.apache.directory.server.changepw.service
 

Methods in org.apache.directory.server.changepw.service that return Authenticator
 Authenticator ChangePasswordContext.getAuthenticator()
           
 

Methods in org.apache.directory.server.changepw.service with parameters of type Authenticator
 void ChangePasswordContext.setAuthenticator(Authenticator authenticator)
           
 

Uses of Authenticator in org.apache.directory.server.kerberos.kdc.ticketgrant
 

Methods in org.apache.directory.server.kerberos.kdc.ticketgrant that return Authenticator
 Authenticator TicketGrantingContext.getAuthenticator()
           
 

Methods in org.apache.directory.server.kerberos.kdc.ticketgrant with parameters of type Authenticator
 void TicketGrantingContext.setAuthenticator(Authenticator authenticator)
           
 

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

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



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