Interface DelegatedClientAuthenticationWebflowStateContributor

    • Method Summary

      All Methods Instance Methods Abstract 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)
      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.Exception
        Contribute map.
        Parameters:
        requestContext - the request context
        webContext - the web context
        client - 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.Exception
        Restore.
        Parameters:
        requestContext - the request context
        webContext - the web context
        ticket - the ticket
        client - the client
        Returns:
        the service
        Throws:
        java.lang.Exception - the exception