Class DefaultCasWebflowCredentialProvider

java.lang.Object
org.apereo.cas.web.flow.authentication.DefaultCasWebflowCredentialProvider
All Implemented Interfaces:
org.apereo.cas.web.flow.CasWebflowCredentialProvider

public class DefaultCasWebflowCredentialProvider extends Object implements org.apereo.cas.web.flow.CasWebflowCredentialProvider
Since:
7.0.0
  • Field Summary

    Fields inherited from interface org.apereo.cas.web.flow.CasWebflowCredentialProvider

    BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.apereo.cas.authentication.Credential>
    extract(org.springframework.webflow.execution.RequestContext requestContext)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultCasWebflowCredentialProvider

      public DefaultCasWebflowCredentialProvider()
  • Method Details

    • extract

      @Nonnull public List<org.apereo.cas.authentication.Credential> extract(org.springframework.webflow.execution.RequestContext requestContext)
      Specified by:
      extract in interface org.apereo.cas.web.flow.CasWebflowCredentialProvider