|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.asn1.util.BitString
org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
org.apache.directory.shared.kerberos.codec.options.Options
org.apache.directory.shared.kerberos.codec.options.KdcOptions
public class KdcOptions
The list of possible KDC options.
| 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 |
|---|
public static final int RESERVED_0
public static final int FORWARDABLE
public static final int FORWARDED
public static final int PROXIABLE
public static final int PROXY
public static final int ALLOW_POSTDATE
public static final int POSTDATED
public static final int RESERVED_7
public static final int RENEWABLE
public static final int RESERVED_9
public static final int RESERVED_10
public static final int RESERVED_11
public static final int RESERVED_12
public static final int RESERVED_13
public static final int RESERVED_14
public static final int RESERVED_15
public static final int RESERVED_16
public static final int RESERVED_17
public static final int RESERVED_18
public static final int RESERVED_19
public static final int RESERVED_20
public static final int RESERVED_21
public static final int RESERVED_22
public static final int RESERVED_23
public static final int RESERVED_24
public static final int RESERVED_25
public static final int DISABLE_TRANSISTED_CHECKED
public static final int RENEWABLE_OK
public static final int ENC_TKT_IN_SKEY
public static final int RESERVED_29
public static final int RENEW
public static final int VALIDATE
public static final int MAX_VALUE
| Constructor Detail |
|---|
public KdcOptions()
public KdcOptions(byte[] bytes)
bytes - The list of all the bits as a byte[]| Method Detail |
|---|
public String toString()
toString in class Options
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||