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
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 and Description |
---|
KdcOptions()
Creates a new instance of KdcOptions.
|
KdcOptions(byte[] bytes)
Creates a new instance of KdcOptions.
|
public static final int RESERVED
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 UNUSED7
public static final int RENEWABLE
public static final int UNUSED9
public static final int UNUSED10
public static final int UNUSED11
public static final int UNUSED12
public static final int UNUSED13
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 RENEW
public static final int VALIDATE
public static final int MAX_VALUE
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.