public class CustomScopeValidator extends Object implements org.wso2.carbon.identity.oauth2.validators.scope.ScopeValidator
| Constructor and Description |
|---|
CustomScopeValidator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
validateScope(org.wso2.carbon.identity.oauth2.validators.OAuth2TokenValidationMessageContext oAuth2TokenValidationMessageContext) |
boolean |
validateScope(org.wso2.carbon.identity.oauth2.authz.OAuthAuthzReqMessageContext oAuthAuthzReqMessageContext) |
boolean |
validateScope(org.wso2.carbon.identity.oauth2.token.OAuthTokenReqMessageContext oAuthTokenReqMessageContext) |
public boolean validateScope(org.wso2.carbon.identity.oauth2.authz.OAuthAuthzReqMessageContext oAuthAuthzReqMessageContext)
validateScope in interface org.wso2.carbon.identity.oauth2.validators.scope.ScopeValidatorpublic boolean validateScope(org.wso2.carbon.identity.oauth2.token.OAuthTokenReqMessageContext oAuthTokenReqMessageContext)
validateScope in interface org.wso2.carbon.identity.oauth2.validators.scope.ScopeValidatorpublic boolean validateScope(org.wso2.carbon.identity.oauth2.validators.OAuth2TokenValidationMessageContext oAuth2TokenValidationMessageContext)
validateScope in interface org.wso2.carbon.identity.oauth2.validators.scope.ScopeValidatorpublic String getName()
getName in interface org.wso2.carbon.identity.oauth2.validators.scope.ScopeValidatorCopyright © 2023 WSO2. All rights reserved.