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

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

public class KdcOptions
extends Options

Version:
$Rev: 558293 $, $Date: 2007-07-21 12:51:06 +0200 (Sat, 21 Jul 2007) $
Author:
Apache Directory Project

Field Summary
static int ALLOW_POSTDATE
          KDC option - allow postdate.
static int DISABLE_TRANSISTED_CHECKED
          KDC option - disable transisted checked.
static int ENC_TKT_IN_SKEY
          KDC option - encrypted key in skey.
static int FORWARDABLE
          KDC option - forwardable.
static int FORWARDED
          KDC option - forwarded.
static int MAX_VALUE
          KDC option - maximum value.
static int POSTDATED
          KDC option - postdated.
static int PROXIABLE
          KDC option - proxiable.
static int PROXY
          KDC option - proxy.
static int RENEW
          KDC option - renew.
static int RENEWABLE
          KDC option - renewable.
static int RENEWABLE_OK
          KDC option - renewable is ok.
static int RESERVED
          KDC option - reserved.
static int UNUSED10
          KDC option - unused10.
static int UNUSED11
          KDC option - unused11.
static int UNUSED12
          KDC option - unused12.
static int UNUSED13
          KDC option - unused13.
static int UNUSED7
          KDC option - unused7.
static int UNUSED9
          KDC option - unused9.
static int VALIDATE
          KDC option - validate.
 
Constructor Summary
KdcOptions()
          Creates a new instance of KdcOptions.
KdcOptions(byte[] bytes)
          Creates a new instance of KdcOptions.
 
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
KDC option - reserved.

See Also:
Constant Field Values

FORWARDABLE

public static final int FORWARDABLE
KDC option - forwardable.

See Also:
Constant Field Values

FORWARDED

public static final int FORWARDED
KDC option - forwarded.

See Also:
Constant Field Values

PROXIABLE

public static final int PROXIABLE
KDC option - proxiable.

See Also:
Constant Field Values

PROXY

public static final int PROXY
KDC option - proxy.

See Also:
Constant Field Values

ALLOW_POSTDATE

public static final int ALLOW_POSTDATE
KDC option - allow postdate.

See Also:
Constant Field Values

POSTDATED

public static final int POSTDATED
KDC option - postdated.

See Also:
Constant Field Values

UNUSED7

public static final int UNUSED7
KDC option - unused7.

See Also:
Constant Field Values

RENEWABLE

public static final int RENEWABLE
KDC option - renewable.

See Also:
Constant Field Values

UNUSED9

public static final int UNUSED9
KDC option - unused9.

See Also:
Constant Field Values

UNUSED10

public static final int UNUSED10
KDC option - unused10.

See Also:
Constant Field Values

UNUSED11

public static final int UNUSED11
KDC option - unused11.

See Also:
Constant Field Values

UNUSED12

public static final int UNUSED12
KDC option - unused12.

See Also:
Constant Field Values

UNUSED13

public static final int UNUSED13
KDC option - unused13.

See Also:
Constant Field Values

DISABLE_TRANSISTED_CHECKED

public static final int DISABLE_TRANSISTED_CHECKED
KDC option - disable transisted checked.

See Also:
Constant Field Values

RENEWABLE_OK

public static final int RENEWABLE_OK
KDC option - renewable is ok.

See Also:
Constant Field Values

ENC_TKT_IN_SKEY

public static final int ENC_TKT_IN_SKEY
KDC option - encrypted key in skey.

See Also:
Constant Field Values

RENEW

public static final int RENEW
KDC option - renew.

See Also:
Constant Field Values

VALIDATE

public static final int VALIDATE
KDC option - validate.

See Also:
Constant Field Values

MAX_VALUE

public static final int MAX_VALUE
KDC option - maximum value.

See Also:
Constant Field Values
Constructor Detail

KdcOptions

public KdcOptions()
Creates a new instance of KdcOptions.


KdcOptions

public KdcOptions(byte[] bytes)
Creates a new instance of KdcOptions.

Parameters:
bytes -
Method Detail

toString

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

Overrides:
toString in class java.lang.Object


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