Interface DelegatedClientAuthenticationCredentialResolver
public interface DelegatedClientAuthenticationCredentialResolver
- Since:
- 6.6.0
-
Method Summary
Modifier and TypeMethodDescriptionresolve(org.springframework.webflow.execution.RequestContext context, ClientCredential credentials) Resolve list of candidate profiles.booleansupports(ClientCredential credentials) Supports this client credential?
-
Method Details
-
supports
Supports this client credential?- Parameters:
credentials- the credentials- Returns:
- true/false
-
resolve
List<DelegatedAuthenticationCandidateProfile> resolve(org.springframework.webflow.execution.RequestContext context, ClientCredential credentials) throws Throwable Resolve list of candidate profiles.- Parameters:
context- the contextcredentials- the credentials- Returns:
- the list
- Throws:
Throwable- the throwable
-