Class ScopeChecker
- java.lang.Object
-
- io.jans.as.server.model.authorize.ScopeChecker
-
@Named("scopeChecker") public class ScopeChecker extends Object
Validates the scopes received for the authorize web service.- Version:
- January 30, 2018
- Author:
- Yuriy Zabrovarnyy, Yuriy Movchan, Javier Rojas Blum
-
-
Constructor Summary
Constructors Constructor Description ScopeChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
checkScopesPolicy(io.jans.as.common.model.registration.Client client, String scope)
Set<String>
checkScopesPolicy(io.jans.as.common.model.registration.Client client, List<String> scopesRequested)
-