Interface CasWebflowCredentialProvider

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Default bean name.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.apereo.cas.authentication.Credential>
    extract(org.springframework.webflow.execution.RequestContext requestContext)
    Extract list of credentials from webflow context.
  • Field Details

  • Method Details

    • extract

      @Nonnull List<org.apereo.cas.authentication.Credential> extract(org.springframework.webflow.execution.RequestContext requestContext)
      Extract list of credentials from webflow context.
      Parameters:
      requestContext - the request context
      Returns:
      the list