public interface ProxyTicket extends ServiceTicket
ProxyTicket
represents a CAS proxy ticket. A proxy ticket is an opaque string that a
service uses as a credential to obtain access to a back-end service on behalf of a client.
Proxy tickets are obtained from CAS upon a service’s
presentation of a valid ProxyGrantingTicket
and a service identifier for the back-end service to which it is connecting.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROXY_TICKET_PREFIX
Proxy ticket prefix applied to unique ids.
|
PREFIX
getService, grantProxyGrantingTicket, isFromNewLogin, isValidFor
getCountOfUses, getCreationTime, getExpirationPolicy, getGrantingTicket, getId, getPrefix, isExpired
static final java.lang.String PROXY_TICKET_PREFIX