Skip navigation links
oracle.ocsg.oauth2.management
Class SouthOAuth2Config
java.lang.Object
oracle.ocsg.oauth2.management.SouthOAuth2Config
- All Implemented Interfaces:
- Serializable
- public class SouthOAuth2Config
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SouthOAuth2Config
public SouthOAuth2Config()
getAuthorizationURI
public String getAuthorizationURI()
getClientRedirectURI
public String getClientRedirectURI()
getServiceUri
public String getServiceUri()
getTokenURI
public String getTokenURI()
setAuthorizationURI
public void setAuthorizationURI(String authorizationURI)
setClientRedirectURI
public void setClientRedirectURI(String clientRedirectURI)
setServiceUri
public void setServiceUri(String serviceUri)
setTokenURI
public void setTokenURI(String tokenURI)
Skip navigation links
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.