@Entity public class SamlAttributeQueryTicketImpl extends org.apereo.cas.ticket.AbstractTicket implements SamlAttributeQueryTicket
SamlAttributeQueryTicketImpl.PREFIX| Constructor and Description |
|---|
SamlAttributeQueryTicketImpl(java.lang.String id,
org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.ticket.ExpirationPolicy expirationPolicy,
java.lang.String relyingParty,
java.lang.String samlObject,
org.apereo.cas.ticket.TicketGrantingTicket ticketGrantingTicket)
Constructs saml attribute query ticket.
|
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.Authentication |
getAuthentication() |
java.lang.String |
getPrefix() |
org.apereo.cas.ticket.proxy.ProxyGrantingTicket |
grantProxyGrantingTicket(java.lang.String id,
org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.ticket.ExpirationPolicy expirationPolicy) |
boolean |
isFromNewLogin() |
boolean |
isValidFor(org.apereo.cas.authentication.principal.Service serviceToValidate) |
canEqual, compareTo, equals, getCountOfUses, getCreationTime, getExpirationPolicy, getId, getLastTimeUsed, getPreviousTimeUsed, getTicketGrantingTicket, hashCode, isExpired, isExpiredInternal, markTicketExpired, setCountOfUses, setCreationTime, setExpirationPolicy, setExpired, setId, setLastTimeUsed, setPreviousTimeUsed, toString, updateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetObject, getRelyingPartypublic SamlAttributeQueryTicketImpl(java.lang.String id,
org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.ticket.ExpirationPolicy expirationPolicy,
java.lang.String relyingParty,
java.lang.String samlObject,
org.apereo.cas.ticket.TicketGrantingTicket ticketGrantingTicket)
id - the unique identifier for the ticket.service - the service this ticket is for.expirationPolicy - the expiration policy.relyingParty - the relying partysamlObject - the saml objectticketGrantingTicket - the ticket granting ticketjava.lang.IllegalArgumentException - if the service or authentication are null.public boolean isFromNewLogin()
isFromNewLogin in interface org.apereo.cas.ticket.ServiceTicketpublic boolean isValidFor(org.apereo.cas.authentication.principal.Service serviceToValidate)
isValidFor in interface org.apereo.cas.ticket.ServiceTicketpublic org.apereo.cas.ticket.proxy.ProxyGrantingTicket grantProxyGrantingTicket(java.lang.String id,
org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.ticket.ExpirationPolicy expirationPolicy)
grantProxyGrantingTicket in interface org.apereo.cas.ticket.ServiceTicketpublic org.apereo.cas.authentication.Authentication getAuthentication()
getAuthentication in interface org.apereo.cas.ticket.TicketStategetAuthentication in class org.apereo.cas.ticket.AbstractTicketpublic java.lang.String getPrefix()
getPrefix in interface org.apereo.cas.ticket.Ticket