Package | Description |
---|---|
com.sun.identity.common |
This packages contains commonly used constants and utilities.
|
Modifier and Type | Method and Description |
---|---|
static String |
SystemConfigurationUtil.getAuthenticationURL()
Returns authentication URL.
|
static String |
SystemConfigurationUtil.getServerFromID(String id)
Returns the server instance corresponding to the server id.
|
static String |
SystemConfigurationUtil.getServerID(String protocol,
String hostname,
int port,
String uri)
Returns the server id corresponding to a server instance.
|
static List |
SystemConfigurationUtil.getServerList()
Returns all the instances in the server cluster this instance belongs to.
|
static Collection |
SystemConfigurationUtil.getServiceAllURLs(String serviceName)
Returns all service urls.
|
static URL |
SystemConfigurationUtil.getServiceURL(String serviceName,
String protocol,
String hostname,
int port,
String uri)
Returns the URL of the specified service on the specified host.
|
static List |
SystemConfigurationUtil.getSiteList()
Returns all the sites instance.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.