Skip navigation links
oracle.ocsg.oauth2.management
Interface SouthOAuthManagment
- All Superinterfaces:
- Remote, SouthOAuth2Remote
- All Known Implementing Classes:
- SouthOAuthManagmentImpl
- public interface SouthOAuthManagment
- extends SouthOAuth2Remote
addSouthOAuth2Config
public void addSouthOAuth2Config(String serviceUri,
SouthOAuth2Config oAuth2Config)
deleteSouthOAuth2Config
public SouthOAuth2Config deleteSouthOAuth2Config(String serviceUri)
initSouthOAuth2Config
public void initSouthOAuth2Config(Map oAuth2ConfigMap)
register
public void register()
throws NamingException
-
- Throws:
NamingException
unregister
public void unregister()
validateAllowedRedirectURI
public String validateAllowedRedirectURI(String clientId,
String redirectUri)
throws ManagementException
- Description copied from interface:
SouthOAuth2Remote
- Return the redirect uri which is allowed uri of this client
-
- Specified by:
validateAllowedRedirectURI
in interface SouthOAuth2Remote
-
- Parameters:
redirectUri
- the redirect uri
- Returns:
- String the redirecturi which is allowed uri of this client
- Throws:
ManagementException
Skip navigation links
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.