public class KdcOptions extends Options
Modifier and Type | Field and Description |
---|---|
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.
|
MAX_SIZE, value
Constructor and Description |
---|
KdcOptions()
Creates a new instance of KdcOptions.
|
KdcOptions(byte[] bytes)
Creates a new instance of KdcOptions.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Converts the object to a printable string.
|
clear, get, getBytes, match, set, setBytes
clearFlag, clearFlag, equals, getIntValue, hashCode, isFlagSet, isFlagSet, isFlagSet, setData, setFlag, setFlag
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
public KdcOptions()
public KdcOptions(byte[] bytes)
bytes
- The list of all the bits as a byte[]Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.