Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

oracle.ocsg.oauth2.ext.action
Class OAuth2DelegateAction

java.lang.Object
  extended byoracle.ocsg.oauth2.ext.action.OAuth2DelegateAction
All Implemented Interfaces:
OAuth2Action

public class OAuth2DelegateAction
extends java.lang.Object
implements OAuth2Action

Used to redirect client request to the AA server to authenticate and authorize a resource owner.


Constructor Summary
OAuth2DelegateAction()
           
 
Method Summary
 java.net.URL getDelegateAuthUrl()
          Gets the specified AA server's url.
 OAuth2DelegateAction url(java.net.URL aDelegateAuthUrl)
          Sets the specified AA server's url.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuth2DelegateAction

public OAuth2DelegateAction()
Method Detail

getDelegateAuthUrl

public java.net.URL getDelegateAuthUrl()
Gets the specified AA server's url.

Returns:
AA server's url.

url

public OAuth2DelegateAction url(java.net.URL aDelegateAuthUrl)
Sets the specified AA server's url.

Parameters:
aDelegateAuthUrl - AA server's url
Returns:
action

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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