Package org.apereo.cas.web.flow
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.
This is
CasWebflowCredentialProvider.- Since:
- 7.0.0
-
Field Summary
Fields -
Method Summary
-
Field Details
-
BEAN_NAME
Default bean name.- See Also:
-
-
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
-