Searched refs:userEntry (Results 351 - 364 of 364) sorted by relevance

<<1112131415

/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java307 Entry userEntry = DirectoryServer.getEntry(userDN);
308 if (userEntry == null)
316 return new AuthenticationInfo(userEntry, isRoot);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java307 Entry userEntry = DirectoryServer.getEntry(userDN);
308 if (userEntry == null)
316 return new AuthenticationInfo(userEntry, isRoot);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java295 Entry userEntry = DirectoryServer.getEntry(userDN);
296 if (userEntry == null)
304 return new AuthenticationInfo(userEntry, isRoot);
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java253 * @param userEntry The entry for the user for whom the password is to be
261 public ByteString generatePassword(Entry userEntry) argument
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java252 * @param userEntry The entry for the user for whom the password is to be
260 public ByteString generatePassword(Entry userEntry) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java253 * @param userEntry The entry for the user for whom the password is to be
261 public ByteString generatePassword(Entry userEntry) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java253 * @param userEntry The entry for the user for whom the password is to be
261 public ByteString generatePassword(Entry userEntry) argument
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java252 * @param userEntry The entry for the user for whom the password is to be
260 public ByteString generatePassword(Entry userEntry) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DRandomPasswordGenerator.java233 * @param userEntry The entry for the user for whom the password is to be
242 public ByteString generatePassword(Entry userEntry) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java261 Entry userEntry = DirectoryServer.getEntry(DN.decode(userDN));
262 AuthenticationInfo authInfo = new AuthenticationInfo(userEntry, isRoot);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java261 Entry userEntry = DirectoryServer.getEntry(DN.decode(userDN));
262 AuthenticationInfo authInfo = new AuthenticationInfo(userEntry, isRoot);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DPrivilegeTestCase.java299 Entry userEntry = DirectoryServer.getEntry(DN.valueOf(userDN));
300 AuthenticationInfo authInfo = new AuthenticationInfo(userEntry, isRoot);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java152 private static AMUserEntryProcessed userEntry = null; field in class:DirectoryServicesImpl
414 userEntry = (AMUserEntryProcessed) Class.forName(
434 return userEntry;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java152 private static AMUserEntryProcessed userEntry = null; field in class:DirectoryServicesImpl
414 userEntry = (AMUserEntryProcessed) Class.forName(
434 return userEntry;

Completed in 94 milliseconds

<<1112131415