public class ConfigurationFacade extends Object
Constructor and Description |
---|
ConfigurationFacade() |
Modifier and Type | Method and Description |
---|---|
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)
public ExternalIdPConfig getIdPConfigByRealm(String realm, String tenantDomain)
public String getAuthenticationEndpointURL()
public List<String> getTenantDataEndpointURLs()
public boolean getTenantDropdownEnabled()
public boolean isDumbMode()
public int getMaxLoginAttemptCount()
Copyright © 2015 WSO2. All rights reserved.