Package | Description |
---|---|
com.iplanet.services.naming |
Modifier and Type | Method and Description |
---|---|
static List<String> |
WebtopNaming.getBaseURLs()
The idea behind this function is to returns the base URLs of the OpenAM instances, without any of the extras
that getServiceAllURLs provides - i.e. we don't want a specific service, we just want the base URL.
|
static URL |
WebtopNaming.getNotificationURL()
Returns the URL of the notification service on the local
host.
|
static Vector |
WebtopNaming.getServiceAllURLs(String service)
Returns all the URLs of the specified service based on the
servers in platform server list.
|
static URL |
WebtopNaming.getServiceURL(String service,
String protocol,
String host,
String port,
boolean validate)
Returns the URL of the specified service on the specified host.
|
static URL |
WebtopNaming.getServiceURL(String service,
String protocol,
String host,
String port,
String uri)
Returns the URL of the specified service on the specified
host.
|
static URL |
WebtopNaming.getServiceURL(String service,
String protocol,
String host,
String port,
String uri,
boolean validate)
Returns the URL of the specified service on the specified host.
|
static URL |
WebtopNaming.getServiceURL(String service,
URL url,
boolean validate)
Returns the URL of the specified service on the specified host.
|
static String |
WebtopNaming.mapSiteToServer(SessionID sid)
Return the mapped server URL if there is a site.
|
static URL |
WebtopNaming.mapSiteToServer(String protocol,
String host,
String port,
String uri) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.