public class OAuthConfigurationManager extends Object
Modifier and Type | Method and Description |
---|---|
URL |
getHostUrl() |
static OAuthConfigurationManager |
getInstance() |
org.wso2.andes.configuration.modules.JKSStore |
getJksKeyStore() |
int |
getMaximumHttpConnectionPerHost() |
int |
getMaximumTotalHttpConnection() |
String |
getPassword() |
String |
getUsername() |
void |
initConfig()
Initialize the configuration properties that required for OAuth based authentication.
|
public static OAuthConfigurationManager getInstance()
public void initConfig() throws org.wso2.andes.kernel.AndesException
org.wso2.andes.kernel.AndesException
public URL getHostUrl()
public String getUsername()
public String getPassword()
public org.wso2.andes.configuration.modules.JKSStore getJksKeyStore()
public int getMaximumTotalHttpConnection()
public int getMaximumHttpConnectionPerHost()
Copyright © 2024 WSO2. All rights reserved.