Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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 Object
implements OAuth2Action

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


Constructor Summary
OAuth2DelegateAction()
           

 

Method Summary
 URL getDelegateAuthUrl()
          Gets the specified AA server's url.
 OAuth2DelegateAction url(URL delegateAuthUrl)
          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 URL getDelegateAuthUrl()
Gets the specified AA server's url.
Returns:
AA server's url.

url

public OAuth2DelegateAction url(URL delegateAuthUrl)
Sets the specified AA server's url.
Parameters:
delegateAuthUrl - AA server's url
Returns:
action

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.