AuthTicketData
public interface AuthTicket
AuthTicketData
Modifier and Type | Method | Description |
---|---|---|
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.
|
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()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.