@Entity public class ProxyTicketImpl extends ServiceTicketImpl implements ProxyTicket
ProxyTicketImpl
is a concrete implementation of the ProxyTicket
.PROXY_TICKET_PREFIX
PREFIX
Constructor and Description |
---|
ProxyTicketImpl(java.lang.String id,
TicketGrantingTicket ticket,
Service service,
boolean credentialProvided,
ExpirationPolicy policy)
Instantiates a new Proxy ticket.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrefix()
Gets prefix.
|
getAuthentication, grantProxyGrantingTicket, isValidFor
compareTo, getTicketGrantingTicket, isExpired, isExpiredInternal, markTicketExpired, toString, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getService, grantProxyGrantingTicket, isFromNewLogin, isValidFor
getCountOfUses, getCreationTime, getExpirationPolicy, getId, getTicketGrantingTicket, isExpired, markTicketExpired
getCountOfUses, getCreationTime, getLastTimeUsed, getPreviousTimeUsed
public ProxyTicketImpl(java.lang.String id, TicketGrantingTicket ticket, Service service, boolean credentialProvided, ExpirationPolicy policy)
id
- the idticket
- the ticketservice
- the servicecredentialProvided
- the credential that prompted this ticket. Could be false.policy
- the expiration policypublic java.lang.String getPrefix()
Ticket
getPrefix
in interface Ticket
getPrefix
in class ServiceTicketImpl