Uses of Class
org.apache.directory.shared.kerberos.codec.krbError.KrbErrorContainer

Packages that use KrbErrorContainer
org.apache.directory.shared.kerberos.codec.krbError   
org.apache.directory.shared.kerberos.codec.krbError.actions   
 

Uses of KrbErrorContainer in org.apache.directory.shared.kerberos.codec.krbError
 

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

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

Uses of KrbErrorContainer in org.apache.directory.shared.kerberos.codec.krbError.actions
 

Methods in org.apache.directory.shared.kerberos.codec.krbError.actions with parameters of type KrbErrorContainer
 void StoreEText.action(KrbErrorContainer krbErrorContainer)
          
 void KrbErrorInit.action(KrbErrorContainer krbErrorContainer)
          
protected  void StoreSusec.setIntegerValue(int value, KrbErrorContainer krbErrorContainer)
          
protected  void StoreErrorCode.setIntegerValue(int value, KrbErrorContainer krbErrorContainer)
          
protected  void StoreCusec.setIntegerValue(int value, KrbErrorContainer krbErrorContainer)
          
protected  void StoreSTime.setKerberosTime(KerberosTime krbtime, KrbErrorContainer krbErrorContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreCTime.setKerberosTime(KerberosTime krbtime, KrbErrorContainer krbErrorContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreEData.setOctetString(byte[] data, KrbErrorContainer krbErrorContainer)
          
protected  void StoreSName.setPrincipalName(PrincipalName principalName, KrbErrorContainer krbErrorContainer)
          set the PrincipalName on the ASN.1 object of the container
protected  void StoreCName.setPrincipalName(PrincipalName principalName, KrbErrorContainer krbErrorContainer)
          set the PrincipalName on the ASN.1 object of the container
protected  void StorePvno.setPvno(int pvno, KrbErrorContainer krbErrorContainer)
          sets the pvno on the ASN.1 object present in the container
protected  void StoreRealm.setRealm(String realm, KrbErrorContainer krbErrorContainer)
          sets the relam value on the ASN.1 object present in the container
protected  void StoreCRealm.setRealm(String realm, KrbErrorContainer krbErrorContainer)
          sets the relam value on the ASN.1 object present in the container
 



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