Interface DelegatedClientAuthenticationWebflowStateContributor


public interface DelegatedClientAuthenticationWebflowStateContributor
Since:
6.4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.principal.Service
    restore(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, Optional<org.apereo.cas.ticket.TransientSessionTicket> ticket, org.pac4j.core.client.Client client)
    Restore.
    store(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, org.pac4j.core.client.Client client)
    Contribute map.
  • Method Details

    • store

      Map<String,? extends Serializable> store(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, org.pac4j.core.client.Client client) throws Exception
      Contribute map.
      Parameters:
      requestContext - the request context
      webContext - the web context
      client - the client
      Returns:
      the map
      Throws:
      Exception - the exception
    • restore

      org.apereo.cas.authentication.principal.Service restore(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.context.WebContext webContext, Optional<org.apereo.cas.ticket.TransientSessionTicket> ticket, org.pac4j.core.client.Client client) throws Exception
      Restore.
      Parameters:
      requestContext - the request context
      webContext - the web context
      ticket - the ticket
      client - the client
      Returns:
      the service
      Throws:
      Exception - the exception