public abstract class ConfigurationBase extends Object
ServerConfiguration
and
SiteConfiguration
classes.Modifier and Type | Field and Description |
---|---|
protected static String |
ATTR_PRIMARY_SITE_ID |
protected static String |
ATTR_PRIMARY_SITE_URL |
protected static String |
ATTR_SEC_ID |
protected static String |
ATTR_SERVER_ID |
static String |
CONFIG_SERVERS |
static String |
CONFIG_SITES |
protected static String |
OLD_ATTR_SERVER_LIST |
protected static String |
OLD_ATTR_SITE_LIST |
protected static String |
SUBCONFIG_ACCESS_URL |
protected static String |
SUBCONFIG_SEC_URLS |
static String |
SUBSCHEMA_SERVER |
static String |
SUBSCHEMA_SITE |
Constructor and Description |
---|
ConfigurationBase() |
Modifier and Type | Method and Description |
---|---|
protected static String |
getNextId(Set<String> currentIds) |
protected static String |
getNextId(SSOToken ssoToken) |
protected static ServiceConfig |
getRootServerConfig(SSOToken ssoToken) |
protected static ServiceConfig |
getRootServerConfigWithRetry(SSOToken ssoToken) |
protected static ServiceConfig |
getRootSiteConfig(SSOToken ssoToken) |
protected static ServiceConfig |
getServerConfig(SSOToken ssoToken,
String name) |
protected static Set<String> |
getServerConfigurationId(ServiceConfig svc) |
protected static Set<String> |
getSiteConfigurationId(ServiceConfig svc) |
protected static Set<String> |
getSiteConfigurationIds(SSOToken ssoToken,
ServiceConfig rootNode,
String name,
boolean bPrimaryOnly) |
protected static void |
updateOrganizationAlias(SSOToken ssoToken,
String instanceName,
boolean bAdd) |
protected static final String OLD_ATTR_SITE_LIST
protected static final String OLD_ATTR_SERVER_LIST
public static final String CONFIG_SERVERS
public static final String SUBSCHEMA_SERVER
protected static final String ATTR_SERVER_ID
public static final String SUBSCHEMA_SITE
public static final String CONFIG_SITES
protected static final String SUBCONFIG_ACCESS_URL
protected static final String ATTR_PRIMARY_SITE_ID
protected static final String ATTR_PRIMARY_SITE_URL
protected static final String SUBCONFIG_SEC_URLS
protected static final String ATTR_SEC_ID
protected static String getNextId(SSOToken ssoToken) throws SMSException, SSOException
SMSException
SSOException
protected static Set<String> getServerConfigurationId(ServiceConfig svc) throws SMSException, SSOException
SMSException
SSOException
protected static Set<String> getSiteConfigurationId(ServiceConfig svc) throws SMSException, SSOException
SMSException
SSOException
protected static Set<String> getSiteConfigurationIds(SSOToken ssoToken, ServiceConfig rootNode, String name, boolean bPrimaryOnly) throws SMSException, SSOException
SMSException
SSOException
protected static void updateOrganizationAlias(SSOToken ssoToken, String instanceName, boolean bAdd) throws SMSException
SMSException
protected static ServiceConfig getRootServerConfig(SSOToken ssoToken) throws SMSException, SSOException
SMSException
SSOException
protected static ServiceConfig getRootServerConfigWithRetry(SSOToken ssoToken) throws SMSException, SSOException
SMSException
SSOException
protected static ServiceConfig getServerConfig(SSOToken ssoToken, String name) throws SMSException, SSOException
SMSException
SSOException
protected static ServiceConfig getRootSiteConfig(SSOToken ssoToken) throws SMSException, SSOException
SMSException
SSOException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.