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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMModelBase.java101 protected String locationDN = null; field in class:AMModelBase
175 locationDN = (DN != null) ? DN : getStartDSDN();
176 ssoToken.setProperty(CONSOLE_LOCATION_DN, locationDN);
188 return (locationDN != null) ? locationDN : getStartDSDN();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMModelBase.java105 protected String locationDN = null; field in class:AMModelBase
179 locationDN = (DN != null) ? DN : getStartDSDN();
180 ssoToken.setProperty(CONSOLE_LOCATION_DN, locationDN);
192 return (locationDN != null) ? locationDN : getStartDSDN();

Completed in 33 milliseconds