|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.KerberosMessage
org.apache.directory.server.kerberos.shared.messages.KdcRequest
public class KdcRequest
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.server.kerberos.shared.messages.KerberosMessage |
|---|
PVNO |
| Constructor Summary | |
|---|---|
KdcRequest(int pvno,
MessageType messageType,
PreAuthenticationData[] preAuthData,
RequestBody requestBody)
Creates a new instance of KdcRequest. |
|
KdcRequest(int pvno,
MessageType messageType,
PreAuthenticationData[] preAuthData,
RequestBody requestBody,
byte[] bodyBytes)
Creates a new instance of KdcRequest. |
|
| Method Summary | |
|---|---|
void |
clearOption(int option)
Clears the option at the specified index. |
Ticket[] |
getAdditionalTickets()
Returns additional Tickets. |
HostAddresses |
getAddresses()
Returns the HostAddresses. |
byte[] |
getBodyBytes()
Returns the bytes of the body. |
javax.security.auth.kerberos.KerberosPrincipal |
getClientPrincipal()
Returns the client KerberosPrincipal. |
EncryptedData |
getEncAuthorizationData()
Returns the EncryptedData. |
EncryptionType[] |
getEType()
Returns an array of requested EncryptionTypes. |
KerberosTime |
getFrom()
Returns the from KerberosTime. |
KdcOptions |
getKdcOptions()
Returns the KdcOptions. |
int |
getNonce()
Returns the nonce. |
boolean |
getOption(int option)
Returns the option at the specified index. |
PreAuthenticationData[] |
getPreAuthData()
Returns an array of PreAuthenticationDatas. |
java.lang.String |
getRealm()
Returns the realm of the server principal. |
RequestBody |
getRequestBody()
Returns the request body. |
KerberosTime |
getRtime()
Returns the "R" KerberosTime. |
javax.security.auth.kerberos.KerberosPrincipal |
getServerPrincipal()
Returns the server KerberosPrincipal. |
KerberosTime |
getTill()
Returns the till KerberosTime. |
void |
setOption(int option)
Sets the option at the specified index. |
| Methods inherited from class org.apache.directory.server.kerberos.shared.messages.KerberosMessage |
|---|
getMessageType, getProtocolVersionNumber, setMessageType, setProtocolVersionNumber |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KdcRequest(int pvno,
MessageType messageType,
PreAuthenticationData[] preAuthData,
RequestBody requestBody)
pvno - messageType - preAuthData - requestBody -
public KdcRequest(int pvno,
MessageType messageType,
PreAuthenticationData[] preAuthData,
RequestBody requestBody,
byte[] bodyBytes)
pvno - messageType - preAuthData - requestBody - bodyBytes - | Method Detail |
|---|
public PreAuthenticationData[] getPreAuthData()
PreAuthenticationDatas.
PreAuthenticationDatas.public RequestBody getRequestBody()
public byte[] getBodyBytes()
public Ticket[] getAdditionalTickets()
Tickets.
Tickets.public HostAddresses getAddresses()
HostAddresses.
HostAddresses.public javax.security.auth.kerberos.KerberosPrincipal getClientPrincipal()
KerberosPrincipal.
KerberosPrincipal.public java.lang.String getRealm()
public EncryptedData getEncAuthorizationData()
EncryptedData.
EncryptedData.public EncryptionType[] getEType()
EncryptionTypes.
EncryptionTypes.public KerberosTime getFrom()
KerberosTime.
KerberosTime.public KdcOptions getKdcOptions()
KdcOptions.
KdcOptions.public int getNonce()
public KerberosTime getRtime()
KerberosTime.
KerberosTime.public javax.security.auth.kerberos.KerberosPrincipal getServerPrincipal()
KerberosPrincipal.
KerberosPrincipal.public KerberosTime getTill()
KerberosTime.
KerberosTime.public boolean getOption(int option)
option -
public void setOption(int option)
option - public void clearOption(int option)
option -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||