org.apache.directory.server.kerberos.shared.messages.value
Class TicketFlags
java.lang.Object
org.apache.directory.server.kerberos.shared.messages.value.Options
org.apache.directory.server.kerberos.shared.messages.value.TicketFlags
public class TicketFlags
- extends Options
Method Summary |
java.lang.String |
toString()
Converts the object to a printable string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RESERVED
public static final int RESERVED
- See Also:
- Constant Field Values
FORWARDABLE
public static final int FORWARDABLE
- See Also:
- Constant Field Values
FORWARDED
public static final int FORWARDED
- See Also:
- Constant Field Values
PROXIABLE
public static final int PROXIABLE
- See Also:
- Constant Field Values
PROXY
public static final int PROXY
- See Also:
- Constant Field Values
MAY_POSTDATE
public static final int MAY_POSTDATE
- See Also:
- Constant Field Values
POSTDATED
public static final int POSTDATED
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
- See Also:
- Constant Field Values
RENEWABLE
public static final int RENEWABLE
- See Also:
- Constant Field Values
INITIAL
public static final int INITIAL
- See Also:
- Constant Field Values
PRE_AUTHENT
public static final int PRE_AUTHENT
- See Also:
- Constant Field Values
HW_AUTHENT
public static final int HW_AUTHENT
- See Also:
- Constant Field Values
TRANSITED_POLICY_CHECKED
public static final int TRANSITED_POLICY_CHECKED
- See Also:
- Constant Field Values
OK_AS_DELEGATE
public static final int OK_AS_DELEGATE
- See Also:
- Constant Field Values
MAX_VALUE
public static final int MAX_VALUE
- See Also:
- Constant Field Values
TicketFlags
public TicketFlags()
- Class constructor
TicketFlags
public TicketFlags(byte[] options)
toString
public java.lang.String toString()
- Converts the object to a printable string
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.