Package org.gluu.oxauth.model.authorize
Class ScopeChecker
- java.lang.Object
-
- org.gluu.oxauth.model.authorize.ScopeChecker
-
@ApplicationScoped public class ScopeChecker extends java.lang.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 java.util.Set<java.lang.String>
checkScopesPolicy(Client client, java.lang.String scope)
java.util.Set<java.lang.String>
checkScopesPolicy(Client client, java.util.List<java.lang.String> scopesRequested)
-