com.ibm.security.krb5.internal

Class LoginOptions

  1. java.lang.Object
  2. extended bycom.ibm.security.krb5.internal.util.KrbBitArray
  3. extended bycom.ibm.security.krb5.KDCOptions
  4. extended bycom.ibm.security.krb5.internal.LoginOptions

  1. public class LoginOptions
  2. extends KDCOptions
Implements the ASN.1 KDCOptions type. KDCOptions ::= BIT STRING { reserved(0), forwardable(1), forwarded(2), proxiable(3), proxy(4), allow-postdate(5), postdated(6), unused7(7), renewable(8), unused9(9), unused10(10), unused11(11), renewable-ok(27), enc-tkt-in-skey(28), renew(30), validate(31) }

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
  1. static
  2. int
ALLOW_POSTDATE
  1. static
  2. int
ENC_TKT_IN_SKEY
  1. static
  2. int
FORWARDABLE
  1. static
  2. int
MAX
  1. static
  2. int
PROXIABLE
  1. static
  2. int
RENEW
  1. static
  2. int
RENEWABLE
  1. static
  2. int
RENEWABLE_OK
  1. static
  2. int
RESERVED
  1. static
  2. int
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

  1. public static final int RESERVED
See Also:

FORWARDABLE

  1. public static final int FORWARDABLE
See Also:

PROXIABLE

  1. public static final int PROXIABLE
See Also:

ALLOW_POSTDATE

  1. public static final int ALLOW_POSTDATE
See Also:

RENEWABLE

  1. public static final int RENEWABLE
See Also:

RENEWABLE_OK

  1. public static final int RENEWABLE_OK
See Also:

ENC_TKT_IN_SKEY

  1. public static final int ENC_TKT_IN_SKEY
See Also:

RENEW

  1. public static final int RENEW
See Also:

VALIDATE

  1. public static final int VALIDATE
See Also:

MAX

  1. public static final int MAX
See Also:

Constructor Detail

LoginOptions

  1. public LoginOptions()