org.apache.directory.server.kerberos.shared.messages.value
Class PreAuthenticationDataType
java.lang.Object
org.apache.directory.server.kerberos.shared.messages.value.PreAuthenticationDataType
- All Implemented Interfaces:
- java.lang.Comparable
public class PreAuthenticationDataType
- extends java.lang.Object
- implements java.lang.Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NULL
public static final PreAuthenticationDataType NULL
- Enumeration elements are constructed once upon class loading.
Order of appearance here determines the order of compareTo.
PA_TGS_REQ
public static final PreAuthenticationDataType PA_TGS_REQ
PA_ENC_TIMESTAMP
public static final PreAuthenticationDataType PA_ENC_TIMESTAMP
PA_PW_SALT
public static final PreAuthenticationDataType PA_PW_SALT
PA_ENC_UNIX_TIME
public static final PreAuthenticationDataType PA_ENC_UNIX_TIME
PA_SANDIA_SECUREID
public static final PreAuthenticationDataType PA_SANDIA_SECUREID
PA_SESAME
public static final PreAuthenticationDataType PA_SESAME
PA_OSF_DCE
public static final PreAuthenticationDataType PA_OSF_DCE
PA_CYBERSAFE_SECUREID
public static final PreAuthenticationDataType PA_CYBERSAFE_SECUREID
PA_ASF3_SALT
public static final PreAuthenticationDataType PA_ASF3_SALT
PA_ENCTYPE_INFO
public static final PreAuthenticationDataType PA_ENCTYPE_INFO
SAM_CHALLENGE
public static final PreAuthenticationDataType SAM_CHALLENGE
SAM_RESPONSE
public static final PreAuthenticationDataType SAM_RESPONSE
PA_PK_AS_REQ
public static final PreAuthenticationDataType PA_PK_AS_REQ
PA_PK_AS_REP
public static final PreAuthenticationDataType PA_PK_AS_REP
PA_USE_SPECIFIED_KVNO
public static final PreAuthenticationDataType PA_USE_SPECIFIED_KVNO
SAM_REDIRECT
public static final PreAuthenticationDataType SAM_REDIRECT
PA_GET_FROM_TYPED_DATA
public static final PreAuthenticationDataType PA_GET_FROM_TYPED_DATA
VALUES
public static final java.util.List VALUES
- A list of all the pre-authentication type constants.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
compareTo
public int compareTo(java.lang.Object that)
- Specified by:
compareTo
in interface java.lang.Comparable
getTypeByOrdinal
public static PreAuthenticationDataType getTypeByOrdinal(int type)
getOrdinal
public int getOrdinal()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.