|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OAuth2Action | |
oracle.ocsg.oauth2.ext.action | |
oracle.ocsg.oauth2.ext.api |
Uses of OAuth2Action in oracle.ocsg.oauth2.ext.action |
Classes in oracle.ocsg.oauth2.ext.action that implement OAuth2Action | |
class |
OAuth2DelegateAction
Used to redirect client request to the AA server to authenticate and authorize a resource owner. |
class |
OAuth2ErrorAction
Reports errors during OAuth 2.0 request handling. |
class |
OAuth2IssueCodeAction
Issue client's available code. |
class |
OAuth2IssueTokenAction
Issue client's available token. |
Uses of OAuth2Action in oracle.ocsg.oauth2.ext.api |
Methods in oracle.ocsg.oauth2.ext.api that return OAuth2Action | |
abstract OAuth2Action |
OAuth2Handler.onAuthRequest(java.lang.String responseType,
java.util.Map attribute)
Invoked when clients visit the endpoint "oaut2/authorize". |
abstract OAuth2Action |
OAuth2Handler.onDelegatedAuthRequest(java.lang.String responseType,
java.util.Map attribute)
Invoked when clients visit the endpoint "oauth2/grant". |
abstract OAuth2Action |
OAuth2Handler.onTokenRequest(java.lang.String grantType,
java.util.Map attribute)
Invoked when clients visit the endpoint "oauth2/token". |
|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |