Package org.apereo.cas.web.flow
Interface DelegatedClientAuthenticationWebflowStateContributor
-
public interface DelegatedClientAuthenticationWebflowStateContributor- Since:
- 6.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apereo.cas.authentication.principal.Servicerestore(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, org.apereo.cas.ticket.TransientSessionTicket ticket, org.pac4j.core.client.Client client)Restore.java.util.Map<java.lang.String,? extends java.io.Serializable>store(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, org.pac4j.core.client.Client client)Contribute map.
-
-
-
Method Detail
-
store
java.util.Map<java.lang.String,? extends java.io.Serializable> store(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, org.pac4j.core.client.Client client) throws java.lang.ExceptionContribute map.- Parameters:
requestContext- the request contextwebContext- the web contextclient- the client- Returns:
- the map
- Throws:
java.lang.Exception- the exception
-
restore
org.apereo.cas.authentication.principal.Service restore(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, org.apereo.cas.ticket.TransientSessionTicket ticket, org.pac4j.core.client.Client client) throws java.lang.ExceptionRestore.- Parameters:
requestContext- the request contextwebContext- the web contextticket- the ticketclient- the client- Returns:
- the service
- Throws:
java.lang.Exception- the exception
-
-