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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DMisc.java46 static final String localDsameServer = SystemProperties field in class:Misc
191 if (strServer.startsWith(localDsameServer)) {
202 if (s.startsWith(localDsameServer)) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DMisc.java46 static final String localDsameServer = SystemProperties field in class:Misc
191 if (strServer.startsWith(localDsameServer)) {
202 if (s.startsWith(localDsameServer)) {
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/datastruct/
H A DCollectionHelper.java52 private static final String localDsameServer = SystemPropertiesManager.get(Constants.AM_SERVER_HOST); field in class:CollectionHelper
362 if (result.startsWith(localDsameServer)) {
383 * 1- LDAP Servers belong to current OpenAM Server, localDsameServer is prefixed with the attribute
406 if (currentPrefix.equalsIgnoreCase(localDsameServer)) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/datastruct/
H A DCollectionHelper.java54 private static final String localDsameServer = SystemPropertiesManager.get(Constants.AM_SERVER_HOST); field in class:CollectionHelper
342 if (result.startsWith(localDsameServer)) {
363 * 1- LDAP Servers belong to current OpenAM Server, localDsameServer is prefixed with the attribute
386 if (currentPrefix.equalsIgnoreCase(localDsameServer)) {

Completed in 38 milliseconds