Package org.apereo.cas.web.flow
Interface DelegatedClientAuthenticationWebflowManager
public interface DelegatedClientAuthenticationWebflowManager
- Since:
- 6.4.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.principal.Serviceretrieve(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, org.pac4j.core.client.Client client) Retrieve.org.apereo.cas.ticket.TransientSessionTicketstore(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.jee.context.JEEContext webContext, org.pac4j.core.client.Client client) Store.
-
Field Details
-
PARAMETER_CLIENT_ID
Client identifier associated with this session/request.- See Also:
-
DEFAULT_BEAN_NAME
Default implementation bean name.- See Also:
-
-
Method Details
-
store
org.apereo.cas.ticket.TransientSessionTicket store(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.jee.context.JEEContext webContext, org.pac4j.core.client.Client client) throws Exception Store.- Parameters:
requestContext- the request contextwebContext- the web contextclient- the client- Returns:
- the transient session ticket
- Throws:
Exception- the exception
-
retrieve
org.apereo.cas.authentication.principal.Service retrieve(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, org.pac4j.core.client.Client client) throws Exception Retrieve.- Parameters:
requestContext- the request contextwebContext- the web contextclient- the client- Returns:
- the service
- Throws:
Exception- the exception
-