| Modifier and Type | Method and Description |
|---|---|
static KerberosMessageType |
KerberosMessageType.getTypeByValue(int value)
Get the instance of a KerberosMessageType from an int value
|
static KerberosMessageType |
KerberosMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KerberosMessageType[] |
KerberosMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractReadMsgType(String name,
KerberosMessageType msgType)
Instantiates a new StoreMsgType action.
|
| Constructor and Description |
|---|
KdcRep(KerberosMessageType msgType)
Creates a new instance of KDC-REP.
|
KdcReq(KerberosMessageType msgType)
Creates a new instance of KDC-REQ.
|
| Modifier and Type | Method and Description |
|---|---|
KerberosMessageType |
KerberosMessage.getMessageType()
Returns the
org.apache.directory.server.kerberos.shared.KerberosMessageType. |
| Modifier and Type | Method and Description |
|---|---|
void |
KerberosMessage.setMessageType(KerberosMessageType type)
Sets the
org.apache.directory.server.kerberos.shared.KerberosMessageType. |
| Constructor and Description |
|---|
KerberosMessage(int versionNumber,
KerberosMessageType type)
Creates a new instance of KerberosMessage.
|
KerberosMessage(KerberosMessageType type)
Creates a new instance of KerberosMessage.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.