| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb.type.base | |
| org.apache.kerby.kerberos.kerb.type.kdc |
| Modifier and Type | Method and Description |
|---|---|
static KrbMessageType |
KrbMessageType.fromValue(Integer value)
Get the KrbMessageType associated with a value.
|
KrbMessageType |
KrbMessage.getMsgType() |
static KrbMessageType |
KrbMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KrbMessageType[] |
KrbMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KrbMessage.setMsgType(KrbMessageType msgType)
Sets the Kerberos Message Type field
|
| Constructor and Description |
|---|
KrbMessage(KrbMessageType msgType,
org.apache.kerby.asn1.Asn1FieldInfo[] fieldInfos)
Creates a new instance of a KrbMessage.
|
| Constructor and Description |
|---|
KdcRep(KrbMessageType msgType) |
KdcReq(KrbMessageType msgType) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.