Package org.apereo.cas.ticket.proxy
Interface ProxyTicket
-
- All Superinterfaces:
java.lang.Comparable<Ticket>,java.io.Serializable,ServiceTicket,Ticket,TicketGrantingTicketAwareTicket
public interface ProxyTicket extends ServiceTicket
TheProxyTicketrepresents 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 validProxyGrantingTicketand a service identifier for the back-end service to which it is connecting.- Since:
- 4.2
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROXY_TICKET_PREFIXProxy ticket prefix applied to unique ids.-
Fields inherited from interface org.apereo.cas.ticket.ServiceTicket
PREFIX
-
-
Method Summary
-
Methods inherited from interface org.apereo.cas.ticket.ServiceTicket
getService
-
Methods inherited from interface org.apereo.cas.ticket.Ticket
getCountOfUses, getCreationTime, getExpirationPolicy, getId, getPrefix, isExpired, markTicketExpired
-
Methods inherited from interface org.apereo.cas.ticket.TicketGrantingTicketAwareTicket
getTicketGrantingTicket
-
-
-
-
Field Detail
-
PROXY_TICKET_PREFIX
static final java.lang.String PROXY_TICKET_PREFIX
Proxy ticket prefix applied to unique ids.- See Also:
- Constant Field Values
-
-