Interface DelegatedClientAuthenticationWebflowManager


public interface DelegatedClientAuthenticationWebflowManager
Since:
6.4.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Default implementation bean name.
    static final String
    Client identifier associated with this session/request.
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
    Retrieve.
    org.apereo.cas.ticket.TransientSessionTicket
    store(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.jee.context.JEEContext webContext, org.pac4j.core.client.Client client)
    Store.
  • Field Details

    • PARAMETER_CLIENT_ID

      static final String PARAMETER_CLIENT_ID
      Client identifier associated with this session/request.
      See Also:
    • DEFAULT_BEAN_NAME

      static final String 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 Throwable
      Store.
      Parameters:
      requestContext - the request context
      webContext - the web context
      client - the client
      Returns:
      the transient session ticket
      Throws:
      Throwable - the throwable
    • 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 Throwable
      Retrieve.
      Parameters:
      requestContext - the request context
      webContext - the web context
      client - the client
      Returns:
      the service
      Throws:
      Throwable - the throwable