Searched defs:getStartDSDN (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMModel.java185 String getStartDSDN(); method in interface:AMModel
H A DAMModelBase.java175 locationDN = (DN != null) ? DN : getStartDSDN();
188 return (locationDN != null) ? locationDN : getStartDSDN();
826 public String getStartDSDN(){ method in class:AMModelBase
831 debug.warning("AMModelBase.getStartDSDN", e);
1105 displayName = AMFormatUtils.DNToName(this, getStartDSDN());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMModel.java185 String getStartDSDN(); method in interface:AMModel
H A DAMModelBase.java179 locationDN = (DN != null) ? DN : getStartDSDN();
192 return (locationDN != null) ? locationDN : getStartDSDN();
830 public String getStartDSDN(){ method in class:AMModelBase
835 debug.warning("AMModelBase.getStartDSDN", e);
1109 displayName = AMFormatUtils.DNToName(this, getStartDSDN());

Completed in 33 milliseconds