Uses of Class
org.apache.directory.shared.kerberos.flags.TicketFlag

Packages that use TicketFlag
org.apache.directory.shared.kerberos.components   
org.apache.directory.shared.kerberos.flags   
 

Uses of TicketFlag in org.apache.directory.shared.kerberos.components
 

Methods in org.apache.directory.shared.kerberos.components with parameters of type TicketFlag
 void EncTicketPart.setFlag(TicketFlag flag)
          adds the given flag to the already existing flags.
 

Uses of TicketFlag in org.apache.directory.shared.kerberos.flags
 

Methods in org.apache.directory.shared.kerberos.flags that return TicketFlag
static TicketFlag TicketFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TicketFlag[] TicketFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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