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.
- Since:
- 7.0.0
-
Method Summary
Modifier and TypeMethodDescriptionextract(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 clientwebContext- the web context- Returns:
- the client credential
-