Searched defs:mRootDN (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSFlatFileObjectBase.java70 protected String mRootDN = null; field in class:SMSFlatFileObjectBase
97 mRootDN = getRootSuffix();
633 String theObjName = "ou="+serviceName+",ou=services,"+mRootDN;
714 if (objName.equalsIgnoreCase(mRootDN)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSFlatFileObjectBase.java70 protected String mRootDN = null; field in class:SMSFlatFileObjectBase
97 mRootDN = getRootSuffix();
633 String theObjName = "ou="+serviceName+",ou=services,"+mRootDN;
714 if (objName.equalsIgnoreCase(mRootDN)) {

Completed in 23 milliseconds