Searched refs:validRemoteURL (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DJAXRPCHelper.java54 protected static String validRemoteURL; field in class:JAXRPCHelper
74 validRemoteURL = getValidServerURL();
76 if (validRemoteURL == null) {
82 return (validRemoteURL + serviceName);
89 if (validRemoteURL == null) {
94 } else if (serviceName.startsWith(validRemoteURL)) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DJAXRPCHelper.java54 protected static String validRemoteURL; field in class:JAXRPCHelper
74 validRemoteURL = getValidServerURL();
76 if (validRemoteURL == null) {
82 return (validRemoteURL + serviceName);
89 if (validRemoteURL == null) {
94 } else if (serviceName.startsWith(validRemoteURL)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DJAXRPCUtil.java75 if (serviceName.startsWith(validRemoteURL)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DJAXRPCUtil.java75 if (serviceName.startsWith(validRemoteURL)) {

Completed in 29 milliseconds