Searched defs:authenticationInfo (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java198 this.authenticationInfo =
200 super.setAuthenticationInfo(authenticationInfo);
241 this.authenticationInfo = new AuthenticationInfo();
246 this.authenticationInfo = authInfo;
673 * @param authenticationInfo Information about the authentication
685 authenticationInfo)
684 setAuthenticationInfo(AuthenticationInfo authenticationInfo) argument
/forgerock/opendj2/src/server/org/opends/server/api/
H A DClientConnection.java95 protected AuthenticationInfo authenticationInfo; field in class:ClientConnection
166 authenticationInfo = new AuthenticationInfo();
218 Entry authNEntry = authenticationInfo.getAuthenticationEntry();
219 Entry authZEntry = authenticationInfo.getAuthorizationEntry();
677 if (authenticationInfo == null)
683 return authenticationInfo.mustChangePassword();
701 if (authenticationInfo == null)
706 authenticationInfo.setMustChangePassword(mustChangePassword);
860 return authenticationInfo;
869 * @param authenticationInfo Informatio
874 setAuthenticationInfo(AuthenticationInfo authenticationInfo) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java186 this.authenticationInfo =
188 super.setAuthenticationInfo(authenticationInfo);
229 this.authenticationInfo = new AuthenticationInfo();
234 this.authenticationInfo = authInfo;
661 * @param authenticationInfo Information about the authentication
673 authenticationInfo)
672 setAuthenticationInfo(AuthenticationInfo authenticationInfo) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DClientConnection.java96 protected AuthenticationInfo authenticationInfo; field in class:ClientConnection
167 authenticationInfo = new AuthenticationInfo();
219 Entry authNEntry = authenticationInfo.getAuthenticationEntry();
220 Entry authZEntry = authenticationInfo.getAuthorizationEntry();
678 if (authenticationInfo == null)
684 return authenticationInfo.mustChangePassword();
702 if (authenticationInfo == null)
707 authenticationInfo.setMustChangePassword(mustChangePassword);
861 return authenticationInfo;
870 * @param authenticationInfo Informatio
875 setAuthenticationInfo(AuthenticationInfo authenticationInfo) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DClientConnection.java96 protected AuthenticationInfo authenticationInfo; field in class:ClientConnection
167 authenticationInfo = new AuthenticationInfo();
219 Entry authNEntry = authenticationInfo.getAuthenticationEntry();
220 Entry authZEntry = authenticationInfo.getAuthorizationEntry();
678 if (authenticationInfo == null)
684 return authenticationInfo.mustChangePassword();
702 if (authenticationInfo == null)
707 authenticationInfo.setMustChangePassword(mustChangePassword);
861 return authenticationInfo;
870 * @param authenticationInfo Informatio
875 setAuthenticationInfo(AuthenticationInfo authenticationInfo) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java198 this.authenticationInfo =
200 super.setAuthenticationInfo(authenticationInfo);
241 this.authenticationInfo = new AuthenticationInfo();
246 this.authenticationInfo = authInfo;
673 * @param authenticationInfo Information about the authentication
685 authenticationInfo)
684 setAuthenticationInfo(AuthenticationInfo authenticationInfo) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java198 this.authenticationInfo =
200 super.setAuthenticationInfo(authenticationInfo);
241 this.authenticationInfo = new AuthenticationInfo();
246 this.authenticationInfo = authInfo;
673 * @param authenticationInfo Information about the authentication
685 authenticationInfo)
684 setAuthenticationInfo(AuthenticationInfo authenticationInfo) argument
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DClientConnection.java95 protected AuthenticationInfo authenticationInfo; field in class:ClientConnection
166 authenticationInfo = new AuthenticationInfo();
218 Entry authNEntry = authenticationInfo.getAuthenticationEntry();
219 Entry authZEntry = authenticationInfo.getAuthorizationEntry();
677 if (authenticationInfo == null)
683 return authenticationInfo.mustChangePassword();
701 if (authenticationInfo == null)
706 authenticationInfo.setMustChangePassword(mustChangePassword);
860 return authenticationInfo;
869 * @param authenticationInfo Informatio
874 setAuthenticationInfo(AuthenticationInfo authenticationInfo) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java186 this.authenticationInfo =
188 super.setAuthenticationInfo(authenticationInfo);
229 this.authenticationInfo = new AuthenticationInfo();
234 this.authenticationInfo = authInfo;
661 * @param authenticationInfo Information about the authentication
673 authenticationInfo)
672 setAuthenticationInfo(AuthenticationInfo authenticationInfo) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DClientConnection.java96 protected AuthenticationInfo authenticationInfo; field in class:ClientConnection
167 authenticationInfo = new AuthenticationInfo();
219 Entry authNEntry = authenticationInfo.getAuthenticationEntry();
220 Entry authZEntry = authenticationInfo.getAuthorizationEntry();
678 if (authenticationInfo == null)
684 return authenticationInfo.mustChangePassword();
702 if (authenticationInfo == null)
707 authenticationInfo.setMustChangePassword(mustChangePassword);
861 return authenticationInfo;
870 * @param authenticationInfo Informatio
875 setAuthenticationInfo(AuthenticationInfo authenticationInfo) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DClientConnection.java86 protected AuthenticationInfo authenticationInfo; field in class:ClientConnection
146 authenticationInfo = new AuthenticationInfo();
184 Entry authNEntry = authenticationInfo.getAuthenticationEntry();
185 Entry authZEntry = authenticationInfo.getAuthorizationEntry();
592 return authenticationInfo != null
593 && authenticationInfo.mustChangePassword();
610 if (authenticationInfo == null)
615 authenticationInfo.setMustChangePassword(mustChangePassword);
761 return authenticationInfo;
770 * @param authenticationInfo Informatio
775 setAuthenticationInfo(AuthenticationInfo authenticationInfo) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalClientConnection.java143 this.authenticationInfo = new AuthenticationInfo(internalUserEntry, true);
144 super.setAuthenticationInfo(authenticationInfo);
188 this.authenticationInfo = new AuthenticationInfo();
193 this.authenticationInfo = authInfo;
618 * @param authenticationInfo Information about the authentication
630 authenticationInfo)
629 setAuthenticationInfo(AuthenticationInfo authenticationInfo) argument

Completed in 111 milliseconds