Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


oracle.ocsg.oauth2.management
Interface SouthOAuth2Remote

All Superinterfaces:
Remote
All Known Subinterfaces:
SouthOAuthManagment
All Known Implementing Classes:
SouthOAuthManagmentImpl

public interface SouthOAuth2Remote
extends Remote

Field Summary
static String JNDI_NAME
           

 

Method Summary
 SouthOAuth2Config getSouthOAuth2Config(String serviceUri)
          Get the South-bound OAuth2 Security configuration
 boolean isSouthOAuth2(String serviceUri)
          Return whether the south bound security is OAuth2
 String validateAllowedRedirectURI(String clientId, String redirectUri)
          Return the redirect uri which is allowed uri of this client

 

Field Detail

JNDI_NAME

public static final String JNDI_NAME
See Also:
Constant Field Values

Method Detail

getSouthOAuth2Config

public SouthOAuth2Config getSouthOAuth2Config(String serviceUri)
Get the South-bound OAuth2 Security configuration
Parameters:
serviceUri - the request service uri
Returns:
the southbound OAuth2 config info

isSouthOAuth2

public boolean isSouthOAuth2(String serviceUri)
Return whether the south bound security is OAuth2
Parameters:
serviceUri - the request service uri
Returns:
boolean that whether the south bound security is OAuth2

validateAllowedRedirectURI

public String validateAllowedRedirectURI(String clientId,
                                         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

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.