|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to a Kerberos credential.
A Kerberos credential contains a {Ticket, session key} pair together with additional information. This includes the TicketFlags and validity times for the Ticket, identities (PrincipalName and realm) for the "owner" and the "target" service, and addresses from which it is valid. It may also include any authorization data associated with the Ticket.
Ticket
,
EncryptionKey
,
Kerberos
,
PrincipalName
,
TicketFlags
Method Summary | |
byte[] |
getAuthData()
Returns the authentication data |
Date |
getAuthTime()
Returns the authentication time |
InetAddress[] |
getClientAddresses()
Returns the client addresses |
PrincipalName |
getClientName()
Returns the client name |
String |
getClientRealm()
Returns the client realm |
Date |
getEndTime()
Returns the end time |
Date |
getRenewTill()
Returns the renew-till time |
PrincipalName |
getServerName()
Returns the server name |
String |
getServerRealm()
Returns the server realm |
EncryptionKey |
getSessionKey()
Returns the session key |
byte |
getSKey()
Returns the skey |
Date |
getStartTime()
Returns the start time |
Ticket |
getTicket()
Returns the Ticket for this Credential |
TicketFlags |
getTicketFlags()
Returns the ticket flags |
boolean |
isValid()
Returns true if this Credential is valid at the time this method call is made. |
Method Detail |
public Ticket getTicket()
public byte getSKey()
public byte[] getAuthData()
public EncryptionKey getSessionKey()
public String getClientRealm()
public PrincipalName getClientName()
public TicketFlags getTicketFlags()
public Date getAuthTime()
public Date getStartTime()
public Date getEndTime()
public Date getRenewTill()
public String getServerRealm()
public PrincipalName getServerName()
public InetAddress[] getClientAddresses()
public boolean isValid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |