org.apache.directory.server.kerberos.shared.messages.value
Class TicketFlags

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.value.Options
      extended by org.apache.directory.server.kerberos.shared.messages.value.TicketFlags

public class TicketFlags
extends Options


Field Summary
static int FORWARDABLE
           
static int FORWARDED
           
static int HW_AUTHENT
           
static int INITIAL
           
static int INVALID
           
static int MAX_VALUE
           
static int MAY_POSTDATE
           
static int OK_AS_DELEGATE
           
static int POSTDATED
           
static int PRE_AUTHENT
           
static int PROXIABLE
           
static int PROXY
           
static int RENEWABLE
           
static int RESERVED
           
static int TRANSITED_POLICY_CHECKED
           
 
Constructor Summary
TicketFlags()
          Class constructor
TicketFlags(byte[] options)
           
 
Method Summary
 java.lang.String toString()
          Converts the object to a printable string
 
Methods inherited from class org.apache.directory.server.kerberos.shared.messages.value.Options
clear, get, getBytes, match, set, setBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

TicketFlags

public TicketFlags()
Class constructor


TicketFlags

public TicketFlags(byte[] options)
Method Detail

toString

public java.lang.String toString()
Converts the object to a printable string

Overrides:
toString in class java.lang.Object


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