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

Version:
$Rev: 540371 $, $Date: 2007-05-22 02:00:43 +0200 (Di, 22 Mai 2007) $
Author:
Apache Directory Project

Field Summary
static int MAX_VALUE
          AP Request option - maximum value
static int MUTUAL_REQUIRED
          AP Request option - mutual authentication required
static int RESERVED
          AP Request option - reserved
static int USE_SESSION_KEY
          AP Request option - use session key
 
Constructor Summary
ApOptions()
          Creates a new instance of ApOptions.
ApOptions(byte[] options)
          Creates a new instance of ApOptions.
 
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
AP Request option - reserved

See Also:
Constant Field Values

USE_SESSION_KEY

public static final int USE_SESSION_KEY
AP Request option - use session key

See Also:
Constant Field Values

MUTUAL_REQUIRED

public static final int MUTUAL_REQUIRED
AP Request option - mutual authentication required

See Also:
Constant Field Values

MAX_VALUE

public static final int MAX_VALUE
AP Request option - maximum value

See Also:
Constant Field Values
Constructor Detail

ApOptions

public ApOptions()
Creates a new instance of ApOptions.


ApOptions

public ApOptions(byte[] options)
Creates a new instance of ApOptions.

Parameters:
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-2009 Apache Software Foundation. All Rights Reserved.