Methods in com.sap.cloud.security.oauth2 that throw OAuthSystemException |
abstract boolean |
OAuthAuthorization.isAuthorized(HttpServletRequest httpRequest)
This method is only for authentication purpose with the given Access Token. |
abstract boolean |
OAuthAuthorization.isAuthorized(HttpServletRequest httpRequest,
Set<String> scopes)
Performs the protected resource access check by retrieving from the
Authorization Server the scopes associated with the given Access Token,
compares them with the passed scopes and checks the Token validity. |
abstract boolean |
OAuthAuthorization.isAuthorized(HttpServletRequest httpRequest,
String scope)
Performs the protected resource access check by retrieving from the
Authorization Server the scopes associated with the given Access Token,
compares them with the passed scopes and checks the Token validity. |