Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

oracle.ocsg.oauth2.management
Interface SouthOAuthClientManagment


public interface SouthOAuthClientManagment


Method Summary
abstract  java.lang.String validateAllowedRedirectURI(java.lang.String clientId, java.lang.String redirectUri)
          Return the redirect uri which is allowed uri of this client
 

Method Detail

validateAllowedRedirectURI

public java.lang.String validateAllowedRedirectURI(java.lang.String clientId,
                                                   java.lang.String redirectUri)
                                            throws ManagementException
Return the redirect uri which is allowed uri of this client

Parameters:
redirectUri - the redirect uri
Returns:
String the redirecturi which is allowed uri of this client
Throws:
ManagementException

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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