Searched refs:getAuthenticationInfo (Results 1 - 25 of 159) sorted by relevance

1234567

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DBindOperation.java218 public abstract AuthenticationInfo getAuthenticationInfo(); method in interface:BindOperation
H A DBindOperationWrapper.java57 public AuthenticationInfo getAuthenticationInfo() method in class:BindOperationWrapper
59 return getOperation().getAuthenticationInfo();
H A DAuthenticatedUsers.java320 authNDN = conn.getAuthenticationInfo().getAuthenticationDN();
342 authZDN = conn.getAuthenticationInfo().getAuthorizationDN();
369 conn.getAuthenticationInfo().setAuthenticationDN(newAuthNDN);
379 conn.getAuthenticationInfo().setAuthorizationDN(newAuthZDN);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DBindOperation.java217 public abstract AuthenticationInfo getAuthenticationInfo(); method in interface:BindOperation
H A DBindOperationWrapper.java56 public AuthenticationInfo getAuthenticationInfo() method in class:BindOperationWrapper
58 return getOperation().getAuthenticationInfo();
H A DAuthenticatedUsers.java297 authNDN = conn.getAuthenticationInfo().getAuthenticationDN();
313 authZDN = conn.getAuthenticationInfo().getAuthorizationDN();
334 conn.getAuthenticationInfo().setAuthenticationDN(newAuthNDN);
344 conn.getAuthenticationInfo().setAuthorizationDN(newAuthZDN);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DBindOperation.java218 public abstract AuthenticationInfo getAuthenticationInfo(); method in interface:BindOperation
H A DBindOperationWrapper.java57 public AuthenticationInfo getAuthenticationInfo() method in class:BindOperationWrapper
59 return getOperation().getAuthenticationInfo();
H A DAuthenticatedUsers.java320 authNDN = conn.getAuthenticationInfo().getAuthenticationDN();
342 authZDN = conn.getAuthenticationInfo().getAuthorizationDN();
369 conn.getAuthenticationInfo().setAuthenticationDN(newAuthNDN);
379 conn.getAuthenticationInfo().setAuthorizationDN(newAuthZDN);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DBindOperation.java218 public abstract AuthenticationInfo getAuthenticationInfo(); method in interface:BindOperation
H A DBindOperationWrapper.java57 public AuthenticationInfo getAuthenticationInfo() method in class:BindOperationWrapper
59 return getOperation().getAuthenticationInfo();
H A DAuthenticatedUsers.java320 authNDN = conn.getAuthenticationInfo().getAuthenticationDN();
342 authZDN = conn.getAuthenticationInfo().getAuthorizationDN();
369 conn.getAuthenticationInfo().setAuthenticationDN(newAuthNDN);
379 conn.getAuthenticationInfo().setAuthorizationDN(newAuthZDN);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DBindOperation.java217 public abstract AuthenticationInfo getAuthenticationInfo(); method in interface:BindOperation
H A DBindOperationWrapper.java56 public AuthenticationInfo getAuthenticationInfo() method in class:BindOperationWrapper
58 return getOperation().getAuthenticationInfo();
H A DAuthenticatedUsers.java297 authNDN = conn.getAuthenticationInfo().getAuthenticationDN();
313 authZDN = conn.getAuthenticationInfo().getAuthorizationDN();
334 conn.getAuthenticationInfo().setAuthenticationDN(newAuthNDN);
344 conn.getAuthenticationInfo().setAuthorizationDN(newAuthZDN);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DBindOperation.java217 AuthenticationInfo getAuthenticationInfo(); method in interface:BindOperation
H A DBindOperationWrapper.java53 public AuthenticationInfo getAuthenticationInfo() method in class:BindOperationWrapper
55 return getOperation().getAuthenticationInfo();
/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java76 AuthenticationInfo authInfo = connection.getAuthenticationInfo();
H A DBindDNConnectionCriteria.java111 DN dn = connection.getAuthenticationInfo().getAuthenticationDN();
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java75 AuthenticationInfo authInfo = connection.getAuthenticationInfo();
H A DBindDNConnectionCriteria.java110 DN dn = connection.getAuthenticationInfo().getAuthenticationDN();
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java76 AuthenticationInfo authInfo = connection.getAuthenticationInfo();
H A DBindDNConnectionCriteria.java111 DN dn = connection.getAuthenticationInfo().getAuthenticationDN();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java76 AuthenticationInfo authInfo = connection.getAuthenticationInfo();
H A DBindDNConnectionCriteria.java111 DN dn = connection.getAuthenticationInfo().getAuthenticationDN();

Completed in 57 milliseconds

1234567