|
||||||||||
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,
KerberosMessageType messageType,
PaData[] preAuthData,
RequestBody requestBody)
Creates a new instance of KdcRequest. |
|
KdcRequest(int pvno,
KerberosMessageType messageType,
PaData[] 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 Ticket s. |
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 . |
java.util.Set<EncryptionType> |
getEType()
Returns an array of requested EncryptionType s. |
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. |
PaData[] |
getPreAuthData()
Returns an array of PaData s. |
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, KerberosMessageType messageType, PaData[] preAuthData, RequestBody requestBody)
pvno
- messageType
- preAuthData
- requestBody
- public KdcRequest(int pvno, KerberosMessageType messageType, PaData[] preAuthData, RequestBody requestBody, byte[] bodyBytes)
pvno
- messageType
- preAuthData
- requestBody
- bodyBytes
- Method Detail |
---|
public PaData[] getPreAuthData()
PaData
s.
PaData
s.public RequestBody getRequestBody()
public byte[] getBodyBytes()
public Ticket[] getAdditionalTickets()
Ticket
s.
Ticket
s.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 java.util.Set<EncryptionType> getEType()
EncryptionType
s.
EncryptionType
s.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 |