Interface DelegatedClientAuthenticationRequestCustomizer

    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      void customize​(org.pac4j.core.client.IndirectClient client, org.pac4j.core.context.WebContext webContext)
      Customize.
      default int getOrder()  
      boolean isAuthorized​(org.pac4j.core.context.WebContext webContext, org.pac4j.core.client.IndirectClient client, org.apereo.cas.authentication.principal.WebApplicationService currentService)
      Is client authorized for use in this context.
      boolean supports​(org.pac4j.core.client.IndirectClient client, org.pac4j.core.context.WebContext webContext)
      Supports.
    • Method Detail

      • customize

        void customize​(org.pac4j.core.client.IndirectClient client,
                       org.pac4j.core.context.WebContext webContext)
        Customize.
        Parameters:
        client - the client
        webContext - the web context
      • supports

        boolean supports​(org.pac4j.core.client.IndirectClient client,
                         org.pac4j.core.context.WebContext webContext)
        Supports.
        Parameters:
        client - the client
        webContext - the web context
        Returns:
        true/false
      • getOrder

        default int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered
      • isAuthorized

        boolean isAuthorized​(org.pac4j.core.context.WebContext webContext,
                             org.pac4j.core.client.IndirectClient client,
                             org.apereo.cas.authentication.principal.WebApplicationService currentService)
        Is client authorized for use in this context.
        Parameters:
        webContext - the web context
        client - the client
        currentService - the current service
        Returns:
        true/false