Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Uses of Interface
oracle.ocsg.oauth2.ext.api.OAuth2ServletResponse

Packages that use OAuth2ServletResponse
oracle.ocsg.oauth2.ext.api   
 

Uses of OAuth2ServletResponse in oracle.ocsg.oauth2.ext.api
 

Methods in oracle.ocsg.oauth2.ext.api with parameters of type OAuth2ServletResponse
abstract  void ExtendedOAuth2Handler.buildAuthResponse(java.util.Map attribute, OAuth2ServletResponse response)
          Allows the handler to customize an authorization response request (endpoint: /oauth2/authorize).
abstract  void ExtendedOAuth2Handler.buildDelegatedAuthResponse(java.util.Map attributes, OAuth2ServletResponse response)
          Allows the handler to customize a response for a delegated authorization request (endpoint: /oauth2/grant).
abstract  void ExtendedOAuth2Handler.buildTokenResponse(java.util.Map attributes, OAuth2ServletResponse response)
          Allows the handler to customize a response for token requests (endpoint: /oauth2/token).
 


Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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