Searched refs:_rootDN (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DConfigManagerUMS.java255 if (org.equals(_rootDN)) {
354 ServiceConfig sc = (orgName.equals(_rootDN)) ? _smapi
381 ServiceConfig sc = (orgName.equals(_rootDN)) ? _smapi
427 fdn = _rootDN;
430 * DN dn = new DN(org); DN root = new DN(_rootDN); String [] dns =
480 guid = new Guid(_rootDN);
490 String fdn = _rootDN;
546 dn = DN.valueOf(_rootDN);
570 guid = new Guid(_rootDN);
630 dn = DN.valueOf(_rootDN);
993 private static String _rootDN; field in class:ConfigManagerUMS
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DConfigManagerUMS.java255 if (org.equals(_rootDN)) {
354 ServiceConfig sc = (orgName.equals(_rootDN)) ? _smapi
381 ServiceConfig sc = (orgName.equals(_rootDN)) ? _smapi
427 fdn = _rootDN;
430 * DN dn = new DN(org); DN root = new DN(_rootDN); String [] dns =
480 guid = new Guid(_rootDN);
490 String fdn = _rootDN;
546 dn = DN.valueOf(_rootDN);
570 guid = new Guid(_rootDN);
630 dn = DN.valueOf(_rootDN);
993 private static String _rootDN; field in class:ConfigManagerUMS
[all...]

Completed in 47 milliseconds