Uses of Class
org.apache.directory.shared.kerberos.codec.authenticator.AuthenticatorContainer

Packages that use AuthenticatorContainer
org.apache.directory.shared.kerberos.codec.authenticator   
org.apache.directory.shared.kerberos.codec.authenticator.actions   
 

Uses of AuthenticatorContainer in org.apache.directory.shared.kerberos.codec.authenticator
 

Methods in org.apache.directory.shared.kerberos.codec.authenticator that return types with arguments of type AuthenticatorContainer
static org.apache.directory.shared.asn1.ber.grammar.Grammar<AuthenticatorContainer> AuthenticatorGrammar.getInstance()
          Get the instance of this grammar
 

Method parameters in org.apache.directory.shared.kerberos.codec.authenticator with type arguments of type AuthenticatorContainer
 String AuthenticatorStatesEnum.getGrammarName(org.apache.directory.shared.asn1.ber.grammar.Grammar<AuthenticatorContainer> grammar)
          Get the grammar name
 

Uses of AuthenticatorContainer in org.apache.directory.shared.kerberos.codec.authenticator.actions
 

Methods in org.apache.directory.shared.kerberos.codec.authenticator.actions with parameters of type AuthenticatorContainer
 void AuthenticatorInit.action(AuthenticatorContainer authenticatorContainer)
          
protected  void StoreAuthorizationData.setAuthorizationData(AuthorizationData authorizationData, AuthenticatorContainer authenticatorContainer)
          set the AuthorizationData on the ASN.1 object of the container
protected  void StoreChecksum.setChecksum(Checksum checksum, AuthenticatorContainer authenticatorContainer)
          set the Checksum on the ASN.1 object of the container
protected  void StoreSubKey.setEncryptionKey(EncryptionKey encryptionKey, AuthenticatorContainer authenticatorContainer)
          set the EncryptionKey on the ASN.1 object of the container
protected  void StoreSeqNumber.setIntegerValue(int value, AuthenticatorContainer authenticatorContainer)
          
protected  void StoreCusec.setIntegerValue(int value, AuthenticatorContainer authenticatorContainer)
          
protected  void StoreCTime.setKerberosTime(KerberosTime krbtime, AuthenticatorContainer authenticatorContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreCName.setPrincipalName(PrincipalName principalName, AuthenticatorContainer authenticatorContainer)
          set the PrincipalName on the ASN.1 object of the container
protected  void StoreAuthenticatorVno.setPvno(int pvno, AuthenticatorContainer authenticatorContainer)
          sets the pvno on the ASN.1 object present in the container
protected  void StoreCRealm.setRealm(String realm, AuthenticatorContainer authenticatorContainer)
          sets the relam value on the ASN.1 object present in the container
 



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