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

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

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

Methods in org.apache.directory.server.kerberos.shared.messages.value that return TransitedEncodingType
 TransitedEncodingType TransitedEncoding.getTrType()
          Returns the TransitedEncodingType.
 

Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type TransitedEncodingType
 void TransitedEncoding.setTrType(TransitedEncodingType trType)
          Set the transited encoding type
 

Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type TransitedEncodingType
TransitedEncoding(TransitedEncodingType trType, byte[] contents)
          Creates a new instance of TransitedEncoding.
 

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

Methods in org.apache.directory.server.kerberos.shared.messages.value.types that return TransitedEncodingType
static TransitedEncodingType TransitedEncodingType.getTypeByOrdinal(int type)
          Returns the transited encoding type when specified by its ordinal.
static TransitedEncodingType TransitedEncodingType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransitedEncodingType[] TransitedEncodingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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