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

Packages that use PreAuthenticationDataType
org.apache.directory.server.kerberos.shared.messages.value   
 

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
          Enumeration elements are constructed once upon class loading.
static PreAuthenticationDataType PreAuthenticationDataType.PA_ASF3_SALT
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_CYBERSAFE_SECUREID
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_ENC_TIMESTAMP
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_ENC_UNIX_TIME
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_ENCTYPE_INFO
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_GET_FROM_TYPED_DATA
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_OSF_DCE
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_PK_AS_REP
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_PK_AS_REQ
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_PW_SALT
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_SANDIA_SECUREID
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_SESAME
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_TGS_REQ
           
static PreAuthenticationDataType PreAuthenticationDataType.PA_USE_SPECIFIED_KVNO
           
static PreAuthenticationDataType PreAuthenticationDataType.SAM_CHALLENGE
           
static PreAuthenticationDataType PreAuthenticationDataType.SAM_REDIRECT
           
static PreAuthenticationDataType PreAuthenticationDataType.SAM_RESPONSE
           
 

Methods in org.apache.directory.server.kerberos.shared.messages.value that return PreAuthenticationDataType
 PreAuthenticationDataType PreAuthenticationData.getDataType()
           
static PreAuthenticationDataType PreAuthenticationDataType.getTypeByOrdinal(int type)
           
 

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

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



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.