Interface DelegatedClientAuthenticationCredentialResolver
-
public interface DelegatedClientAuthenticationCredentialResolver- Since:
- 6.6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DelegatedAuthenticationCandidateProfile>resolve(org.springframework.webflow.execution.RequestContext context, ClientCredential credentials)Resolve list of candidate profiles.booleansupports(ClientCredential credentials)Supports this client credential?
-
-
-
Method Detail
-
supports
boolean supports(ClientCredential credentials)
Supports this client credential?- Parameters:
credentials- the credentials- Returns:
- the boolean
-
resolve
java.util.List<DelegatedAuthenticationCandidateProfile> resolve(org.springframework.webflow.execution.RequestContext context, ClientCredential credentials)
Resolve list of candidate profiles.- Parameters:
context- the contextcredentials- the credentials- Returns:
- the list
-
-