@Entity public class SamlAttributeQueryTicketImpl extends org.apereo.cas.ticket.AbstractTicket implements SamlAttributeQueryTicket
SamlAttributeQueryTicketImpl.PREFIX| Constructor and Description |
|---|
SamlAttributeQueryTicketImpl()
Instantiates a new OAuth code impl.
|
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() |
org.apereo.cas.ticket.TicketGrantingTicket |
getGrantingTicket() |
java.lang.String |
getObject()
Gets saml object.
|
java.lang.String |
getPrefix() |
java.lang.String |
getRelyingParty()
Gets relying party.
|
org.apereo.cas.authentication.principal.Service |
getService() |
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) |
void |
setRelyingParty(java.lang.String relyingParty) |
void |
setService(org.apereo.cas.authentication.principal.Service service) |
compareTo, equals, getCountOfUses, getCreationTime, getExpirationPolicy, getId, getLastTimeUsed, getPreviousTimeUsed, hashCode, isExpired, isExpiredInternal, toString, updateclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic SamlAttributeQueryTicketImpl()
public 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 java.lang.String getObject()
SamlAttributeQueryTicketgetObject in interface SamlAttributeQueryTicketpublic java.lang.String getRelyingParty()
SamlAttributeQueryTicketgetRelyingParty in interface SamlAttributeQueryTicketpublic void setRelyingParty(java.lang.String relyingParty)
public void setService(org.apereo.cas.authentication.principal.Service service)
public boolean isFromNewLogin()
isFromNewLogin in interface org.apereo.cas.ticket.ServiceTicketpublic org.apereo.cas.authentication.principal.Service getService()
getService 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.TicketStatepublic org.apereo.cas.ticket.TicketGrantingTicket getGrantingTicket()
getGrantingTicket in interface org.apereo.cas.ticket.Ticketpublic java.lang.String getPrefix()
getPrefix in interface org.apereo.cas.ticket.Ticket