|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
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 | |
java.lang.String |
OAuth2HandlerConfig.AbstractValidator.validateRedirectURI(java.lang.String clientId,
java.net.URI redirectURI)
|
void |
OAuth2HandlerConfig.AbstractValidator.validateClientCredentials(java.lang.String clientId,
java.lang.String password)
|
void |
OAuth2HandlerConfig.AbstractValidator.validateGrantedScopes(java.lang.String resourceOwner,
java.lang.String[] grantedScopes)
|
void |
OAuth2HandlerConfig.AbstractValidator.validateResourceOwner(java.lang.String resourceOwner,
java.lang.String password)
|
void |
OAuth2HandlerConfig.AbstractValidator.validateAdditionalParamsInAuthRequest(java.util.Map attributes)
|
void |
OAuth2HandlerConfig.AbstractValidator.validateAdditionalParamsInDelegateAuthRequest(java.util.Map attributes)
|
void |
OAuth2HandlerConfig.AbstractValidator.validateAdditionalParamsInTokenRequest(java.util.Map attributes)
|
Uses of OAuth2ServletValidateException in oracle.ocsg.oauth2.ext.api |
Methods in oracle.ocsg.oauth2.ext.api that throw OAuth2ServletValidateException | |
abstract java.lang.String |
CustomizedOAuth2Validator.validateRedirectURI(java.lang.String clientId,
java.net.URI redirectURI)
Validate if one redirectURI is valid for specified clientId, when the authorization endpoint is triggered. |
abstract void |
CustomizedOAuth2Validator.validateClientCredentials(java.lang.String clientId,
java.lang.String password)
Validate if one client credential is correct, when token endpoint is triggered. |
abstract void |
CustomizedOAuth2Validator.validateGrantedScopes(java.lang.String resourceOwner,
java.lang.String[] grantedScopes)
Validate if the specified resource owner is allowed to grant the specified scope, when the grant endpoint is triggered. |
abstract void |
CustomizedOAuth2Validator.validateResourceOwner(java.lang.String resourceOwner,
java.lang.String password)
Validate if a resource owner is valid. |
abstract void |
CustomizedOAuth2Validator.validateAdditionalParamsInAuthRequest(java.util.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. |
abstract void |
CustomizedOAuth2Validator.validateAdditionalParamsInDelegateAuthRequest(java.util.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. |
abstract void |
CustomizedOAuth2Validator.validateAdditionalParamsInTokenRequest(java.util.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 7.0.0.1 E96578-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |