| Package | Description |
|---|---|
| org.apache.directory.shared.kerberos.codec.types | |
| org.apache.directory.shared.kerberos.components |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalNameType |
PrincipalNameType.getTypeByValue(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.
|
| 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
principal type.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.