Interface DelegatedClientAuthenticationCredentialResolver


public interface DelegatedClientAuthenticationCredentialResolver
Since:
6.6.0
  • Method Details

    • supports

      boolean supports(ClientCredential credentials)
      Supports this client credential?
      Parameters:
      credentials - the credentials
      Returns:
      true/false
    • resolve

      List<DelegatedAuthenticationCandidateProfile> resolve(org.springframework.webflow.execution.RequestContext context, ClientCredential credentials)
      Resolve list of candidate profiles.
      Parameters:
      context - the context
      credentials - the credentials
      Returns:
      the list