| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb.type.base |
| Modifier and Type | Method and Description |
|---|---|
static NameType |
NameType.fromValue(Integer value)
Get the NameType associated with a value.
|
NameType |
PrincipalName.getNameType() |
static NameType |
NameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameType[] |
NameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalName.setNameType(NameType nameType)
Set the NameType field of this PrincipalName
|
| Constructor and Description |
|---|
PrincipalName(List<String> nameStrings,
NameType nameType)
Creates a PrincipalName instance, using a given type and
a list of components
|
PrincipalName(String nameString,
NameType type)
Creates a PrincipalName instance, using a given type
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.