Interface DelegatedAuthenticationCredentialExtractor

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
Since:
7.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    extract(org.pac4j.core.client.BaseClient client, org.springframework.webflow.execution.RequestContext webContext)
    Extract client credential.
  • Method Details

    • extract

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