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

Packages that use PreAuthenticationDataType
org.apache.directory.server.kerberos.shared.messages.value Provides value object components of Kerberos messages. 
 

Uses of PreAuthenticationDataType in org.apache.directory.server.kerberos.shared.messages.value
 

Fields in org.apache.directory.server.kerberos.shared.messages.value declared as PreAuthenticationDataType
static PreAuthenticationDataType PreAuthenticationDataType.NULL
          Constant for the "null" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_ALT_PRINC
          Constant for the "Alternate principal" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_ASF3_SALT
          Constant for the "ASF3 salt" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_CYBERSAFE_SECUREID
          Constant for the "cybersafe secureid" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_ENC_TIMESTAMP
          Constant for the "encrypted timestamp" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_ENC_UNIX_TIME
          Constant for the "enc unix time" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_ETYPE_INFO
          Constant for the "encryption info" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_ETYPE_INFO2
          Constant for the "Encryption info 2" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_EXTRA_TGT
          Constant for the "Reserved extra TGT" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_GET_FROM_TYPED_DATA
          Constant for the "Embedded in typed data" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_OSF_DCE
          Constant for the "OSF DCE" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_PAC_REQUEST
          Constant for the "PAC request" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_PK_AS_REP
          Constant for the "PK AS reply" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_PK_AS_REP_OLD
          Constant for the "Old PK AS reply" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_PK_AS_REQ
          Constant for the "PK AS request" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_PK_AS_REQ_OLD
          Constant for the "Old PK AS request" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_PW_SALT
          Constant for the "password salt" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_SAM_CHALLENGE
          Constant for the "SAM challenge" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_SAM_CHALLENGE2
          Constant for the "SAM challenge 2" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_SAM_ETYPE_INFO
          Constant for the "SAM encryption info" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_SAM_REDIRECT
          Constant for the "SAM redirect" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_SAM_RESPONSE
          Constant for the "SAM response" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_SAM_RESPONSE2
          Constant for the "SAM response 2" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_SANDIA_SECUREID
          Constant for the "sandia secureid" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_SESAME
          Constant for the "sesame" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_TGS_REQ
          Constant for the "TGS request" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.PA_USE_SPECIFIED_KVNO
          Constant for the "use specified key version" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.TD_APP_DEFINED_ERROR
          Constant for the "application specific" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.TD_CERTIFICATE_INDEX
          Constant for the "Certificate index" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.TD_KRB_PRINCIPAL
          Constant for the "PrincipalName" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.TD_KRB_REALM
          Constant for the "Realm" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.TD_PADATA
          Constant for the "Embeds padata" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.TD_PKINIT_CMS_CERTIFICATES
          Constant for the "CertificateSet from CMS" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.TD_REQ_NONCE
          Constant for the "Request nonce" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.TD_REQ_SEQ
          Constant for the "Request sequence number" pre-authentication data type.
static PreAuthenticationDataType PreAuthenticationDataType.TD_TRUSTED_CERTIFIERS
          Constant for the "Trusted certifiers" pre-authentication data type.
 

Fields in org.apache.directory.server.kerberos.shared.messages.value with type parameters of type PreAuthenticationDataType
static java.util.List<PreAuthenticationDataType> PreAuthenticationDataType.VALUES
          A list of all the pre-authentication type constants.
 

Methods in org.apache.directory.server.kerberos.shared.messages.value that return PreAuthenticationDataType
 PreAuthenticationDataType PreAuthenticationData.getDataType()
          Returns the PreAuthenticationDataType.
static PreAuthenticationDataType PreAuthenticationDataType.getTypeByOrdinal(int type)
          Returns the pre-authentication type when specified by its ordinal.
 

Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type PreAuthenticationDataType
 int PreAuthenticationDataType.compareTo(PreAuthenticationDataType that)
           
 void PreAuthenticationDataModifier.setDataType(PreAuthenticationDataType dataType)
          Sets the PreAuthenticationDataType.
 

Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type PreAuthenticationDataType
PreAuthenticationData(PreAuthenticationDataType dataType, byte[] dataValue)
          Creates a new instance of PreAuthenticationData.
 



Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.