Package org.apereo.cas.web.flow
Interface DelegatedClientAuthenticationWebflowStateContributor
public interface DelegatedClientAuthenticationWebflowStateContributor
- Since:
- 6.4.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.principal.Servicerestore(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, Optional<org.apereo.cas.ticket.TransientSessionTicket> ticket, org.pac4j.core.client.Client client) Restore.Map<String, ? extends Serializable> store(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, org.pac4j.core.client.Client client) Contribute map.
-
Method Details
-
store
Map<String,? extends Serializable> store(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, org.pac4j.core.client.Client client) throws Throwable Contribute map.- Parameters:
requestContext- the request contextwebContext- the web contextclient- the client- Returns:
- the map
- Throws:
Throwable- the throwable
-
restore
org.apereo.cas.authentication.principal.Service restore(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, Optional<org.apereo.cas.ticket.TransientSessionTicket> ticket, org.pac4j.core.client.Client client) throws Throwable Restore.- Parameters:
requestContext- the request contextwebContext- the web contextticket- the ticketclient- the client- Returns:
- the service
- Throws:
Throwable- the throwable
-