Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Uses of Interface
oracle.ocsg.oauth2.ext.action.OAuth2Action

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
 OAuth2Action OAuth2Handler.onAuthRequest(String responseType, Map attribute)
          Invoked when clients visit the endpoint "oaut2/authorize".
 OAuth2Action OAuth2Handler.onDelegatedAuthRequest(String responseType, Map attribute)
          Invoked when clients visit the endpoint "oauth2/grant".
 OAuth2Action OAuth2Handler.onTokenRequest(String grantType, Map attribute)
          Invoked when clients visit the endpoint "oauth2/token".

 


Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.