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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java226 private String userContainerDN = null; field in class:LoginState
1084 String userDN = userNamingAttr + "=" + id + "," + userContainerDN;
5734 && (userContainerDN == null)) {
5735 userContainerDN = containerName;
5739 if (userContainerDN != null && agentContainerDN != null
5751 if (userContainerDN == null) {
5753 userContainerDN = AMStoreConnection.getNamingAttribute(
5763 if (userContainerDN == null && agentContainerDN == null) {
5770 DEBUG.message("userContainerDN = " + userContainerDN);
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java234 private String userContainerDN = null; field in class:LoginState
1052 String userDN = userNamingAttr + "=" + id + "," + userContainerDN;
5608 && (userContainerDN == null)) {
5609 userContainerDN = containerName;
5613 if (userContainerDN != null && agentContainerDN != null
5625 if (userContainerDN == null) {
5627 userContainerDN = AMStoreConnection.getNamingAttribute(
5637 if (userContainerDN == null && agentContainerDN == null) {
5644 DEBUG.message("userContainerDN = " + userContainerDN);
[all...]

Completed in 59 milliseconds