|
||||||||||
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.value.RequestBody
public class RequestBody
Constructor Summary | |
---|---|
RequestBody(KdcOptions kdcOptions,
javax.security.auth.kerberos.KerberosPrincipal clientPrincipal,
javax.security.auth.kerberos.KerberosPrincipal serverPrincipal,
KerberosTime from,
KerberosTime till,
KerberosTime rtime,
int nonce,
java.util.Set<EncryptionType> eType,
HostAddresses addresses,
EncryptedData encAuthorizationData,
Ticket[] additionalTickets)
Creates a new instance of RequestBody. |
Method Summary | |
---|---|
Ticket[] |
getAdditionalTickets()
Returns the additional Ticket s. |
HostAddresses |
getAddresses()
Returns the HostAddresses . |
javax.security.auth.kerberos.KerberosPrincipal |
getClientPrincipal()
Returns the client KerberosPrincipal . |
EncryptedData |
getEncAuthorizationData()
Returns the encrypted AuthorizationData as EncryptedData . |
java.util.Set<EncryptionType> |
getEType()
Returns the requested EncryptionType s. |
KerberosTime |
getFrom()
Returns the from KerberosTime . |
KdcOptions |
getKdcOptions()
Returns the KdcOptions . |
int |
getNonce()
Returns the nonce. |
KerberosTime |
getRtime()
Returns the "R" KerberosTime . |
javax.security.auth.kerberos.KerberosPrincipal |
getServerPrincipal()
Returns the server KerberosPrincipal . |
KerberosTime |
getTill()
Returns the till KerberosTime . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestBody(KdcOptions kdcOptions, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, KerberosTime from, KerberosTime till, KerberosTime rtime, int nonce, java.util.Set<EncryptionType> eType, HostAddresses addresses, EncryptedData encAuthorizationData, Ticket[] additionalTickets)
kdcOptions
- clientPrincipal
- serverPrincipal
- from
- till
- rtime
- nonce
- eType
- addresses
- encAuthorizationData
- additionalTickets
- Method Detail |
---|
public Ticket[] getAdditionalTickets()
Ticket
s.
Ticket
s.public HostAddresses getAddresses()
HostAddresses
.
HostAddresses
.public javax.security.auth.kerberos.KerberosPrincipal getClientPrincipal()
KerberosPrincipal
.
KerberosPrincipal
.public javax.security.auth.kerberos.KerberosPrincipal getServerPrincipal()
KerberosPrincipal
.
KerberosPrincipal
.public EncryptedData getEncAuthorizationData()
AuthorizationData
as EncryptedData
.
AuthorizationData
as 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 KerberosTime getTill()
KerberosTime
.
KerberosTime
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |