|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthTicket
Defines basic authentication ticket properties.
AuthTicketData
Method Summary | |
---|---|
java.util.Date |
getAuthTime()
Gets the time that the client was authenticated. |
java.util.Date |
getEndTime()
Gets the expiration time for this ticket's validity period. |
java.util.Date |
getRenewTill()
Gets the latest expiration time for this ticket, including all renewals. |
java.lang.String |
getServicePrincipalName()
Gets Service Principal Name (SPN) associated with this ticket. |
java.util.Date |
getStartTime()
Gets the start time for this ticket's validity period. |
byte[] |
getTicketBytes()
Gets Authentication ticket data, which is to be sent to server side. |
java.lang.String |
getTicketHex()
Gets Hexadecimal uppercase string representation of ticket data. |
java.lang.String |
getUserPrincipalName()
Gets User Principal Name (UPN) associated with this ticket. |
Method Detail |
---|
java.lang.String getUserPrincipalName()
java.lang.String getServicePrincipalName()
byte[] getTicketBytes()
java.lang.String getTicketHex()
java.util.Date getAuthTime()
java.util.Date getStartTime()
java.util.Date getEndTime()
java.util.Date getRenewTill()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |