| 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 |
|---|---|
HostAddrType |
HostAddress.getAddrType()
Returns the
HostAddrType of this HostAddress. |
| Modifier and Type | Method and Description |
|---|---|
void |
HostAddress.setAddrType(HostAddrType addrType)
Set the addr-type field
|
| Constructor and Description |
|---|
HostAddress(HostAddrType addrType,
byte[] address)
Creates a new instance of HostAddress.
|
| Modifier and Type | Method and Description |
|---|---|
static HostAddrType |
HostAddrType.getTypeByOrdinal(int type)
Returns the host address type when specified by its ordinal.
|
static HostAddrType |
HostAddrType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostAddrType[] |
HostAddrType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.