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

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

public class ApOptions
extends Options


Field Summary
static int MAX_VALUE
           
static int MUTUAL_REQUIRED
           
static int RESERVED
           
static int USE_SESSION_KEY
           
 
Constructor Summary
ApOptions()
          Class constructors
ApOptions(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

USE_SESSION_KEY

public static final int USE_SESSION_KEY
See Also:
Constant Field Values

MUTUAL_REQUIRED

public static final int MUTUAL_REQUIRED
See Also:
Constant Field Values

MAX_VALUE

public static final int MAX_VALUE
See Also:
Constant Field Values
Constructor Detail

ApOptions

public ApOptions()
Class constructors


ApOptions

public ApOptions(byte[] options)
Method Detail

toString

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

Overrides:
toString in class java.lang.Object