public interface OAuth2WebStrategyResolver
WebStrategies
to resolve OAuth2WebStrategy
objects for a given authorization endpoint parameter.
If a resolver fails to return a strategy then the next one is tried in the row. If no resolver returned a strategy then WebStrategies
falls
back to using DefaultOAuth2WebStrategy
.
Modifier and Type | Method and Description |
---|---|
OAuth2WebStrategy |
resolve(java.lang.String authorizationEndpointUrl)
Resolves the strategy that is to be used for the given parameter.
|
OAuth2WebStrategy resolve(java.lang.String authorizationEndpointUrl)
authorizationEndpointUrl
- the authorization endpoint, must be non-null