public class ConfigurationFacade extends Object
Constructor and Description |
---|
ConfigurationFacade() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationEndpointRetryURL() |
String |
getAuthenticationEndpointURL() |
Map<String,String> |
getAuthenticatorNameMappings() |
Map<String,Integer> |
getCacheTimeouts() |
Map<String,Object> |
getExtensions() |
ExternalIdPConfig |
getIdPConfigByName(String idpName,
String tenantDomain) |
ExternalIdPConfig |
getIdPConfigByRealm(String realm,
String tenantDomain) |
static ConfigurationFacade |
getInstance() |
int |
getMaxLoginAttemptCount() |
SequenceConfig |
getSequenceConfig(String reqType,
String relyingParty,
String tenantDomain) |
List<String> |
getTenantDataEndpointURLs()
Get the tenant list receiving urls
|
boolean |
getTenantDropdownEnabled()
Get the value for tenant list dropdown enable or disable
|
boolean |
isDumbMode() |
public static ConfigurationFacade getInstance()
public SequenceConfig getSequenceConfig(String reqType, String relyingParty, String tenantDomain) throws FrameworkException
FrameworkException
public ExternalIdPConfig getIdPConfigByName(String idpName, String tenantDomain) throws org.wso2.carbon.idp.mgt.IdentityProviderManagementException
org.wso2.carbon.idp.mgt.IdentityProviderManagementException
public ExternalIdPConfig getIdPConfigByRealm(String realm, String tenantDomain) throws org.wso2.carbon.idp.mgt.IdentityProviderManagementException
org.wso2.carbon.idp.mgt.IdentityProviderManagementException
public String getAuthenticationEndpointURL()
public String getAuthenticationEndpointRetryURL()
public List<String> getTenantDataEndpointURLs()
public boolean getTenantDropdownEnabled()
public boolean isDumbMode()
public int getMaxLoginAttemptCount()
Copyright © 2016 WSO2. All rights reserved.