org.apache.directory.shared.kerberos.codec.options
Class KdcOptions

java.lang.Object
  extended by org.apache.directory.shared.asn1.util.BitString
      extended by org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
          extended by org.apache.directory.shared.kerberos.codec.options.Options
              extended by org.apache.directory.shared.kerberos.codec.options.KdcOptions

public class KdcOptions
extends Options

The list of possible KDC options.

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_0
          KDC option - reserved for future use.
static int RESERVED_10
          KDC option - reserved for future use.
static int RESERVED_11
          KDC option - reserved for future use.
static int RESERVED_12
          KDC option - reserved for future use.
static int RESERVED_13
          KDC option - reserved for future use.
static int RESERVED_14
          KDC option - reserved for future use.
static int RESERVED_15
          KDC option - reserved for future use.
static int RESERVED_16
          KDC option - reserved for future use.
static int RESERVED_17
          KDC option - reserved for future use.
static int RESERVED_18
          KDC option - reserved for future use.
static int RESERVED_19
          KDC option - reserved for future use.
static int RESERVED_20
          KDC option - reserved for future use.
static int RESERVED_21
          KDC option - reserved for future use.
static int RESERVED_22
          KDC option - reserved for future use.
static int RESERVED_23
          KDC option - reserved for future use.
static int RESERVED_24
          KDC option - reserved for future use.
static int RESERVED_25
          KDC option - reserved for future use.
static int RESERVED_29
          KDC option - reserved for future use.
static int RESERVED_7
          KDC option - reserved for future use.
static int RESERVED_9
          KDC option - reserved for future use.
static int VALIDATE
          KDC option - validate.
 
Fields inherited from class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
MAX_SIZE, value
 
Fields inherited from class org.apache.directory.shared.asn1.util.BitString
EMPTY_STRING
 
Constructor Summary
KdcOptions()
          Creates a new instance of KdcOptions.
KdcOptions(byte[] bytes)
          Creates a new instance of KdcOptions.
 
Method Summary
 String toString()
          Converts the object to a printable string.
 
Methods inherited from class org.apache.directory.shared.kerberos.codec.options.Options
clear, get, getBytes, match, set, setBytes
 
Methods inherited from class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
clearFlag, clearFlag, equals, getIntValue, hashCode, isFlagSet, isFlagSet, isFlagSet, setData, setFlag, setFlag
 
Methods inherited from class org.apache.directory.shared.asn1.util.BitString
clearBit, getBit, getData, getUnusedBits, setBit, setData, size
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

RESERVED_0

public static final int RESERVED_0
KDC option - reserved for future use.

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

RESERVED_7

public static final int RESERVED_7
KDC option - reserved for future use.

See Also:
Constant Field Values

RENEWABLE

public static final int RENEWABLE
KDC option - renewable.

See Also:
Constant Field Values

RESERVED_9

public static final int RESERVED_9
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_10

public static final int RESERVED_10
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_11

public static final int RESERVED_11
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_12

public static final int RESERVED_12
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_13

public static final int RESERVED_13
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_14

public static final int RESERVED_14
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_15

public static final int RESERVED_15
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_16

public static final int RESERVED_16
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_17

public static final int RESERVED_17
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_18

public static final int RESERVED_18
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_19

public static final int RESERVED_19
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_20

public static final int RESERVED_20
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_21

public static final int RESERVED_21
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_22

public static final int RESERVED_22
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_23

public static final int RESERVED_23
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_24

public static final int RESERVED_24
KDC option - reserved for future use.

See Also:
Constant Field Values

RESERVED_25

public static final int RESERVED_25
KDC option - reserved for future use.

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

RESERVED_29

public static final int RESERVED_29
KDC option - reserved for future use.

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 - The list of all the bits as a byte[]
Method Detail

toString

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

Overrides:
toString in class Options


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