Uses of Class
org.apache.directory.shared.kerberos.codec.types.PaDataType

Packages that use PaDataType
org.apache.directory.shared.kerberos.codec.types   
org.apache.directory.shared.kerberos.components   
 

Uses of PaDataType in org.apache.directory.shared.kerberos.codec.types
 

Methods in org.apache.directory.shared.kerberos.codec.types that return PaDataType
static PaDataType PaDataType.getTypeByValue(int type)
          Returns the pre authentication data type when specified by its ordinal.
static PaDataType PaDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PaDataType[] PaDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PaDataType in org.apache.directory.shared.kerberos.components
 

Methods in org.apache.directory.shared.kerberos.components that return PaDataType
 PaDataType PaData.getPaDataType()
          Returns the PaDataType.
 

Methods in org.apache.directory.shared.kerberos.components with parameters of type PaDataType
 void PaData.setPaDataType(PaDataType paDataType)
          Set the PA-DATA type
 

Constructors in org.apache.directory.shared.kerberos.components with parameters of type PaDataType
PaData(PaDataType paDataType, byte[] paDataValue)
          Creates a new instance of PreAuthenticationData.
 



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