Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PasswordlessDelegatedClientAuthenticationWebflowStateContributor

        public PasswordlessDelegatedClientAuthenticationWebflowStateContributor()
    • 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:
        store in interface org.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:
        restore in interface org.apereo.cas.web.flow.DelegatedClientAuthenticationWebflowStateContributor