org.apache.directory.server.kerberos.shared.messages.value
Class PreAuthenticationDataType

java.lang.Object
  extended by 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


Field Summary
static PreAuthenticationDataType NULL
          Enumeration elements are constructed once upon class loading.
static PreAuthenticationDataType PA_ASF3_SALT
           
static PreAuthenticationDataType PA_CYBERSAFE_SECUREID
           
static PreAuthenticationDataType PA_ENC_TIMESTAMP
           
static PreAuthenticationDataType PA_ENC_UNIX_TIME
           
static PreAuthenticationDataType PA_ENCTYPE_INFO
           
static PreAuthenticationDataType PA_GET_FROM_TYPED_DATA
           
static PreAuthenticationDataType PA_OSF_DCE
           
static PreAuthenticationDataType PA_PK_AS_REP
           
static PreAuthenticationDataType PA_PK_AS_REQ
           
static PreAuthenticationDataType PA_PW_SALT
           
static PreAuthenticationDataType PA_SANDIA_SECUREID
           
static PreAuthenticationDataType PA_SESAME
           
static PreAuthenticationDataType PA_TGS_REQ
           
static PreAuthenticationDataType PA_USE_SPECIFIED_KVNO
           
static PreAuthenticationDataType SAM_CHALLENGE
           
static PreAuthenticationDataType SAM_REDIRECT
           
static PreAuthenticationDataType SAM_RESPONSE
           
static java.util.List VALUES
          A list of all the pre-authentication type constants.
 
Method Summary
 int compareTo(java.lang.Object that)
           
 int getOrdinal()
           
static PreAuthenticationDataType getTypeByOrdinal(int type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Method Detail

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-2010 Apache Software Foundation. All Rights Reserved.