Class PasswordlessDelegatedClientAuthenticationWebflowStateContributor
- java.lang.Object
-
- org.apereo.cas.web.flow.delegation.PasswordlessDelegatedClientAuthenticationWebflowStateContributor
-
- All Implemented Interfaces:
org.apereo.cas.web.flow.DelegatedClientAuthenticationWebflowStateContributor
public class PasswordlessDelegatedClientAuthenticationWebflowStateContributor extends java.lang.Object implements org.apereo.cas.web.flow.DelegatedClientAuthenticationWebflowStateContributor- Since:
- 6.6.0
-
-
Constructor Summary
Constructors Constructor Description PasswordlessDelegatedClientAuthenticationWebflowStateContributor()
-
Method Summary
All Methods Instance Methods Concrete 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)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)
-
-
-
Method Detail
-
store
public 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)- Specified by:
storein interfaceorg.apereo.cas.web.flow.DelegatedClientAuthenticationWebflowStateContributor
-
restore
public 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)- Specified by:
restorein interfaceorg.apereo.cas.web.flow.DelegatedClientAuthenticationWebflowStateContributor
-
-