Interface OpenIDExternalScopesStrategy
- All Known Implementing Classes:
DefaultExternalScopesStrategy
public interface OpenIDExternalScopesStrategy
The Interface OpenIDExternalScopesStrategy for extracting scopes for external system for a particular user.
-
Method Summary
Modifier and TypeMethodDescriptiongetExternalScopes(OAuthClientDetailsModel clientDetailsModel, String principal) Gets the external scopes for given clientDetailsModel and principal UID.
-
Method Details
-
getExternalScopes
Gets the external scopes for given clientDetailsModel and principal UID.- Parameters:
clientDetailsModel- the client details modelprincipal- the principal - UID- Returns:
- the list of external scopes that the given principal has assigned directly and by groups that it belongs to
-