public interface SamlArtifactTicketFactory
extends org.apereo.cas.ticket.TicketFactory
| Modifier and Type | Method and Description |
|---|---|
SamlArtifactTicket |
create(java.lang.String artifactId,
org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.ticket.TicketGrantingTicket ticketGrantingTicket,
java.lang.String issuer,
java.lang.String relyingParty,
org.opensaml.saml.common.SAMLObject samlObject)
Create the ticket.
|
default java.lang.String |
createTicketIdFor(java.lang.String artifactId)
Create ticket id.
|
SamlArtifactTicket create(java.lang.String artifactId, org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.ticket.TicketGrantingTicket ticketGrantingTicket, java.lang.String issuer, java.lang.String relyingParty, org.opensaml.saml.common.SAMLObject samlObject)
artifactId - the artifact idauthentication - the authenticationticketGrantingTicket - the ticket granting ticketissuer - the issuerrelyingParty - the relying partysamlObject - the saml objectdefault java.lang.String createTicketIdFor(java.lang.String artifactId)
artifactId - the artifact id