public enum PaDataType extends Enum<PaDataType>
| Enum Constant and Description |
|---|
NULL
Constant for the "null" pre-authentication data type.
|
PA_ASF3_SALT
Constant for the "ASF3 salt" pre-authentication data type.
|
PA_CYBERSAFE_SECUREID
Constant for the "cybersafe secureid" pre-authentication data type.
|
PA_ENC_TIMESTAMP
Constant for the "encrypted timestamp" pre-authentication data type.
|
PA_ENC_UNIX_TIME
Constant for the "enc unix time" pre-authentication data type.
|
PA_ENCTYPE_INFO
Constant for the "encryption info" pre-authentication data type.
|
PA_ENCTYPE_INFO2
Constant for the "encryption info2" pre-authentication data type.
|
PA_GET_FROM_TYPED_DATA
Constant for the "get from typed data" pre-authentication data type.
|
PA_OSF_DCE
Constant for the "OSF DCE" pre-authentication data type.
|
PA_PK_AS_REP
Constant for the "PK as response" pre-authentication data type.
|
PA_PK_AS_REQ
Constant for the "PK as request" pre-authentication data type.
|
PA_PW_SALT
Constant for the "password salt" pre-authentication data type.
|
PA_SANDIA_SECUREID
Constant for the "sandia secureid" pre-authentication data type.
|
PA_SESAME
Constant for the "sesame" pre-authentication data type.
|
PA_TGS_REQ
Constant for the "TGS request" pre-authentication data type.
|
PA_USE_SPECIFIED_KVNO
Constant for the "use specified key version" pre-authentication data type.
|
SAM_CHALLENGE
Constant for the "SAM challenge" pre-authentication data type.
|
SAM_REDIRECT
Constant for the "SAM redirect" pre-authentication data type.
|
SAM_RESPONSE
Constant for the "SAM response" pre-authentication data type.
|
| Modifier and Type | Method and Description |
|---|---|
static PaDataType |
getTypeByValue(int type)
Returns the pre authentication data type when specified by its ordinal.
|
int |
getValue()
Returns the number associated with this pre-authentication type.
|
String |
toString() |
static PaDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaDataType NULL
public static final PaDataType PA_TGS_REQ
public static final PaDataType PA_ENC_TIMESTAMP
public static final PaDataType PA_PW_SALT
public static final PaDataType PA_ENC_UNIX_TIME
public static final PaDataType PA_SANDIA_SECUREID
public static final PaDataType PA_SESAME
public static final PaDataType PA_OSF_DCE
public static final PaDataType PA_CYBERSAFE_SECUREID
public static final PaDataType PA_ASF3_SALT
public static final PaDataType PA_ENCTYPE_INFO
public static final PaDataType SAM_CHALLENGE
public static final PaDataType SAM_RESPONSE
public static final PaDataType PA_PK_AS_REQ
public static final PaDataType PA_PK_AS_REP
public static final PaDataType PA_ENCTYPE_INFO2
public static final PaDataType PA_USE_SPECIFIED_KVNO
public static final PaDataType SAM_REDIRECT
public static final PaDataType PA_GET_FROM_TYPED_DATA
public static PaDataType[] values()
for (PaDataType c : PaDataType.values()) System.out.println(c);
public static PaDataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic int getValue()
public static PaDataType getTypeByValue(int type)
type - The valuepublic String toString()
toString in class Enum<PaDataType>Object.toString()Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.