com.ibm.security.krb5.internal
Class LoginOptions
- java.lang.Object
com.ibm.security.krb5.internal.util.KrbBitArray
com.ibm.security.krb5.KDCOptions
com.ibm.security.krb5.internal.LoginOptions
- public class LoginOptions
- extends KDCOptions
This definition reflects the Network Working Group RFC 1510 specifications dated September 1993 and available at http://www.ietf.org/rfc/rfc1510.txt.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ALLOW_POSTDATE
|
|
ENC_TKT_IN_SKEY
|
|
FORWARDABLE
|
|
MAX
|
|
PROXIABLE
|
|
RENEW
|
|
RENEWABLE
|
|
RENEWABLE_OK
|
|
RESERVED
|
|
VALIDATE
|
Fields inherited from class com.ibm.security.krb5.KDCOptions |
---|
FORWARDED, HARDWARE_AUTH, KDC_OPT_ALLOW_POSTDATE, KDC_OPT_DISABLE_TRANSITED_CHECK, KDC_OPT_ENC_TKT_IN_SKEY, KDC_OPT_FORWARDABLE, KDC_OPT_FORWARDED, KDC_OPT_POSTDATED, KDC_OPT_PROXIABLE, KDC_OPT_PROXY, KDC_OPT_RENEW, KDC_OPT_RENEWABLE, KDC_OPT_RENEWABLE_OK, KDC_OPT_REQUEST_ANONYMOUS, KDC_OPT_VALIDATE, POSTDATED, PROXY, UNUSED10, UNUSED7, UNUSED9 |
Constructor Summary
Constructor and Description |
---|
LoginOptions()
|
Method Summary
Methods inherited from class com.ibm.security.krb5.KDCOptions |
---|
asn1Encode, get, parse, set |
Methods inherited from class com.ibm.security.krb5.internal.util.KrbBitArray |
---|
toBooleanArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
RESERVED
- public static final int RESERVED
See Also:
FORWARDABLE
- public static final int FORWARDABLE
See Also:
PROXIABLE
- public static final int PROXIABLE
See Also:
ALLOW_POSTDATE
- public static final int ALLOW_POSTDATE
See Also:
RENEWABLE
- public static final int RENEWABLE
See Also:
RENEWABLE_OK
- public static final int RENEWABLE_OK
See Also:
ENC_TKT_IN_SKEY
- public static final int ENC_TKT_IN_SKEY
See Also:
RENEW
- public static final int RENEW
See Also:
VALIDATE
- public static final int VALIDATE
See Also:
MAX
- public static final int MAX
See Also:
Constructor Detail
LoginOptions
- public LoginOptions()