Searched defs:getSearchBaseDN (Results 1 - 8 of 8) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java141 public DN getSearchBaseDN() method in class:HTTPAuthenticationConfig
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java140 public DN getSearchBaseDN() method in class:HTTPAuthenticationConfig
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java141 public DN getSearchBaseDN() method in class:HTTPAuthenticationConfig
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java141 public DN getSearchBaseDN() method in class:HTTPAuthenticationConfig
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java140 public DN getSearchBaseDN() method in class:HTTPAuthenticationConfig
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java140 public DN getSearchBaseDN() method in class:HTTPAuthenticationConfig
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DDataStore.java152 return "ou=" + name + "," + getSearchBaseDN(realm, indexName);
162 public static String getSearchBaseDN(String realm, String indexName) { method in class:DataStore
732 String baseDNString = getSearchBaseDN(realm, indexName);
756 String baseDN = getSearchBaseDN(realm, null);
762 baseDN = getSearchBaseDN(realm, REFERRAL_STORE);
768 baseDN = getSearchBaseDN(getHiddenRealmDN(), null);
883 String baseDN = getSearchBaseDN(realm, null);
937 String baseDN = getSearchBaseDN(realm, null);
982 String baseDN = getSearchBaseDN(realm, REFERRAL_STORE);
1086 String baseDN = getSearchBaseDN(real
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DDataStore.java154 return "ou=" + name + "," + getSearchBaseDN(realm, indexName);
164 public static String getSearchBaseDN(String realm, String indexName) { method in class:DataStore
715 String baseDNString = getSearchBaseDN(realm, indexName);
739 String baseDN = getSearchBaseDN(realm, null);
745 baseDN = getSearchBaseDN(realm, REFERRAL_STORE);
751 baseDN = getSearchBaseDN(getHiddenRealmDN(), null);
864 String baseDN = getSearchBaseDN(realm, null);
934 String baseDN = getSearchBaseDN(realm, null);
979 String baseDN = getSearchBaseDN(realm, REFERRAL_STORE);
1091 String baseDN = getSearchBaseDN(real
[all...]

Completed in 47 milliseconds