Searched refs:getServiceAllURLs (Results 1 - 19 of 19) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/configuration/
H A DISystemProperties.java65 Collection getServiceAllURLs(String serviceName) method in interface:ISystemProperties
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/configuration/
H A DISystemProperties.java71 Collection getServiceAllURLs(String serviceName) method in interface:ISystemProperties
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/configuration/
H A DSystemProperties.java81 public Collection getServiceAllURLs(String serviceName) method in class:SystemProperties
83 return new ArrayList(WebtopNaming.getServiceAllURLs(serviceName));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/configuration/
H A DSystemProperties.java83 public Collection getServiceAllURLs(String serviceName) method in class:SystemProperties
85 return new ArrayList(WebtopNaming.getServiceAllURLs(serviceName));
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/configuration/
H A DSystemProperties.java44 public Collection getServiceAllURLs(String serviceName) throws Exception { method in class:SystemProperties
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/configuration/
H A DSystemProperties.java49 public Collection getServiceAllURLs(String serviceName) throws Exception { method in class:SystemProperties
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DFedSystemProperties.java175 public Collection getServiceAllURLs(String serviceName) method in class:FedSystemProperties
177 return WebtopNaming.getServiceAllURLs(serviceName);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/configuration/
H A DFedLibSystemProperties.java159 public Collection getServiceAllURLs(String serviceName) method in class:FedLibSystemProperties
161 return SystemConfigurationUtil.getServiceAllURLs(serviceName);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DFedSystemProperties.java175 public Collection getServiceAllURLs(String serviceName) method in class:FedSystemProperties
177 return WebtopNaming.getServiceAllURLs(serviceName);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/configuration/
H A DFedLibSystemProperties.java163 public Collection getServiceAllURLs(String serviceName) method in class:FedLibSystemProperties
165 return SystemConfigurationUtil.getServiceAllURLs(serviceName);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DJAXRPCHelper.java117 getServiceAllURLs(JAXRPC_SERVICE);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DJAXRPCHelper.java117 getServiceAllURLs(JAXRPC_SERVICE);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DSystemConfigurationUtil.java130 public static Collection getServiceAllURLs(String serviceName) method in class:SystemConfigurationUtil
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DSystemConfigurationUtil.java130 public static Collection getServiceAllURLs(String serviceName) method in class:SystemConfigurationUtil
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentConfiguration.java647 _attributeServiceURLs = WebtopNaming.getServiceAllURLs(
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java489 public static Vector getServiceAllURLs(String service) method in class:WebtopNaming
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java533 public static Vector getServiceAllURLs(String service) method in class:WebtopNaming
578 * that getServiceAllURLs provides - i.e. we don't want a specific service, we just want the base URL.
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java654 serviceURLs = WebtopNaming.getServiceAllURLs(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java654 serviceURLs = WebtopNaming.getServiceAllURLs(

Completed in 85 milliseconds