Uses of Class
org.apache.directory.shared.kerberos.codec.ticket.TicketContainer

Packages that use TicketContainer
org.apache.directory.shared.kerberos.codec.ticket   
org.apache.directory.shared.kerberos.codec.ticket.actions   
 

Uses of TicketContainer in org.apache.directory.shared.kerberos.codec.ticket
 

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

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

Uses of TicketContainer in org.apache.directory.shared.kerberos.codec.ticket.actions
 

Methods in org.apache.directory.shared.kerberos.codec.ticket.actions with parameters of type TicketContainer
 void TicketInit.action(TicketContainer ticketContainer)
          
protected  void StoreEncPart.setEncryptedData(EncryptedData encryptedData, TicketContainer ticketContainer)
          set the EncryptedData on the ASN.1 object present in the container
protected  void StoreTktVno.setIntegerValue(int value, TicketContainer ticketContainer)
          
protected  void StoreSName.setPrincipalName(PrincipalName principalName, TicketContainer ticketContainer)
          set the PrincipalName on the ASN.1 object of the container
protected  void StoreRealm.setRealm(String realm, TicketContainer ticketContainer)
          sets the relam value on the ASN.1 object present in the container
 



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