|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OAuth2ServletValidateException | |
oracle.ocsg.oauth2.ext.annotation | |
oracle.ocsg.oauth2.ext.api |
Uses of OAuth2ServletValidateException in oracle.ocsg.oauth2.ext.annotation |
Methods in oracle.ocsg.oauth2.ext.annotation that throw OAuth2ServletValidateException | |
String |
OAuth2HandlerConfig.AbstractValidator.validateRedirectURI(String clientId, URI redirectURI) |
void |
OAuth2HandlerConfig.AbstractValidator.validateClientCredentials(String clientId, String password) |
void |
OAuth2HandlerConfig.AbstractValidator.validateGrantedScopes(String resourceOwner, String[] grantedScopes) |
void |
OAuth2HandlerConfig.AbstractValidator.validateResourceOwner(String resourceOwner, String password) |
void |
OAuth2HandlerConfig.AbstractValidator.validateAdditionalParamsInAuthRequest(Map attributes) |
void |
OAuth2HandlerConfig.AbstractValidator.validateAdditionalParamsInDelegateAuthRequest(Map attributes) |
void |
OAuth2HandlerConfig.AbstractValidator.validateAdditionalParamsInTokenRequest(Map attributes) |
Uses of OAuth2ServletValidateException in oracle.ocsg.oauth2.ext.api |
Methods in oracle.ocsg.oauth2.ext.api that throw OAuth2ServletValidateException | |
String |
CustomizedOAuth2Validator.validateRedirectURI(String clientId, URI redirectURI) Validate if one redirectURI is valid for specified clientId, when the authorization endpoint is triggered. |
void |
CustomizedOAuth2Validator.validateClientCredentials(String clientId, String password) Validate if one client credential is correct, when token endpoint is triggered. |
void |
CustomizedOAuth2Validator.validateGrantedScopes(String resourceOwner, String[] grantedScopes) Validate if the specified resource owner is allowed to grant the specified scope, when the grant endpoint is triggered. |
void |
CustomizedOAuth2Validator.validateResourceOwner(String resourceOwner, String password) Validate if a resource owner is valid. |
void |
CustomizedOAuth2Validator.validateAdditionalParamsInAuthRequest(Map attributes) With the exception of the validation of a resource owner, client, scope, redirect uri, and any additional parameters in an authorization request("oauth2/authorize")can be validated using this method. |
void |
CustomizedOAuth2Validator.validateAdditionalParamsInDelegateAuthRequest(Map attributes) With the exception of the validation of a resource owner, client, scope, redirect uri, and any additional parameters in a grant request("oauth2/grant")can be validated using this method. |
void |
CustomizedOAuth2Validator.validateAdditionalParamsInTokenRequest(Map attributes) With the exception of the validation of a resource owner, client, scope redirect uri, and any additional parameters in a token request("oauth2/token")can be validated using this method. |
|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |