Package | Description |
---|---|
org.apache.directory.server.kerberos.shared.messages.value |
Provides value object components of Kerberos messages.
|
org.apache.directory.server.kerberos.shared.messages.value.types |
Modifier and Type | Method and Description |
---|---|
TransitedEncodingType |
TransitedEncoding.getTrType()
Returns the
TransitedEncodingType . |
Modifier and Type | Method and Description |
---|---|
void |
TransitedEncoding.setTrType(TransitedEncodingType trType)
Set the transited encoding type
|
Constructor and Description |
---|
TransitedEncoding(TransitedEncodingType trType,
byte[] contents)
Creates a new instance of TransitedEncoding.
|
Modifier and Type | Method and Description |
---|---|
static TransitedEncodingType |
TransitedEncodingType.getTypeByOrdinal(int type)
Returns the transited encoding type when specified by its ordinal.
|
static TransitedEncodingType |
TransitedEncodingType.valueOf(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-2013 The Apache Software Foundation. All Rights Reserved.