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 |
---|---|
PrincipalNameType |
PrincipalName.getNameType()
Returns the type of the
PrincipalName . |
Modifier and Type | Method and Description |
---|---|
void |
PrincipalName.setNameType(PrincipalNameType nameType)
Set the Principal name Type
|
Constructor and Description |
---|
PrincipalName(String nameString,
PrincipalNameType nameType)
Creates a new instance of PrincipalName given a String and an
prinipal type.
|
Modifier and Type | Method and Description |
---|---|
static PrincipalNameType |
PrincipalNameType.getTypeByOrdinal(int type)
Returns the principal name type when specified by its ordinal.
|
static PrincipalNameType |
PrincipalNameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrincipalNameType[] |
PrincipalNameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.