Interface DelegatedAuthenticationCredentialExtractor

All Superinterfaces:
org.apereo.cas.util.NamedObject, org.springframework.core.Ordered
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DelegatedAuthenticationCredentialExtractor extends org.springframework.core.Ordered, org.apereo.cas.util.NamedObject
Since:
7.0.0
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    extract(org.pac4j.core.client.BaseClient client, org.springframework.webflow.execution.RequestContext requestContext)
    Extract client credential.
    default int
     

    Methods inherited from interface org.apereo.cas.util.NamedObject

    getName
  • Method Details

    • extract

      Optional<ClientCredential> extract(org.pac4j.core.client.BaseClient client, org.springframework.webflow.execution.RequestContext requestContext)
      Extract client credential.
      Parameters:
      client - the client
      requestContext - the web context
      Returns:
      the client credential
    • getOrder

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