Searched refs:createAuthenticationPolicyState (Results 1 - 25 of 60) sorted by relevance

123

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DAuthenticationPolicy.java207 * the methods {@link #createAuthenticationPolicyState(Entry)} and
208 * {@link #createAuthenticationPolicyState(Entry, long)} will return a
229 * {@link #createAuthenticationPolicyState(Entry, long)} with the current
239 public AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicy
242 return createAuthenticationPolicyState(userEntry, TimeThread.getTime());
262 public abstract AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicy
H A DAuthenticationPolicyState.java63 * .createAuthenticationPolicyState(userEntry);
86 return policy.createAuthenticationPolicyState(userEntry);
/forgerock/opendj2/src/server/org/opends/server/api/
H A DAuthenticationPolicy.java243 * the methods {@link #createAuthenticationPolicyState(Entry)} and
244 * {@link #createAuthenticationPolicyState(Entry, long)} will return a
265 * {@link #createAuthenticationPolicyState(Entry, long)} with the current
275 public AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicy
278 return createAuthenticationPolicyState(userEntry, TimeThread.getTime());
298 public abstract AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicy
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DAuthenticationPolicy.java244 * the methods {@link #createAuthenticationPolicyState(Entry)} and
245 * {@link #createAuthenticationPolicyState(Entry, long)} will return a
266 * {@link #createAuthenticationPolicyState(Entry, long)} with the current
276 public AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicy
279 return createAuthenticationPolicyState(userEntry, TimeThread.getTime());
299 public abstract AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicy
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DAuthenticationPolicy.java244 * the methods {@link #createAuthenticationPolicyState(Entry)} and
245 * {@link #createAuthenticationPolicyState(Entry, long)} will return a
266 * {@link #createAuthenticationPolicyState(Entry, long)} with the current
276 public AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicy
279 return createAuthenticationPolicyState(userEntry, TimeThread.getTime());
299 public abstract AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicy
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DAuthenticationPolicy.java243 * the methods {@link #createAuthenticationPolicyState(Entry)} and
244 * {@link #createAuthenticationPolicyState(Entry, long)} will return a
265 * {@link #createAuthenticationPolicyState(Entry, long)} with the current
275 public AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicy
278 return createAuthenticationPolicyState(userEntry, TimeThread.getTime());
298 public abstract AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicy
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DAuthenticationPolicy.java244 * the methods {@link #createAuthenticationPolicyState(Entry)} and
245 * {@link #createAuthenticationPolicyState(Entry, long)} will return a
266 * {@link #createAuthenticationPolicyState(Entry, long)} with the current
276 public AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicy
279 return createAuthenticationPolicyState(userEntry, TimeThread.getTime());
299 public abstract AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicy
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPasswordPolicy.java635 public PasswordPolicyState createAuthenticationPolicyState(Entry userEntry, method in class:PasswordPolicy
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPasswordPolicy.java634 public PasswordPolicyState createAuthenticationPolicyState(Entry userEntry, method in class:PasswordPolicy
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPasswordPolicy.java635 public PasswordPolicyState createAuthenticationPolicyState(Entry userEntry, method in class:PasswordPolicy
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPasswordPolicy.java635 public PasswordPolicyState createAuthenticationPolicyState(Entry userEntry, method in class:PasswordPolicy
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPasswordPolicy.java634 public PasswordPolicyState createAuthenticationPolicyState(Entry userEntry, method in class:PasswordPolicy
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPasswordPolicy.java622 public PasswordPolicyState createAuthenticationPolicyState(Entry userEntry, method in class:PasswordPolicy
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DPasswordExpirationTimeVirtualAttributeProvider.java178 (PasswordPolicyState) policy.createAuthenticationPolicyState(entry);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DPasswordExpirationTimeVirtualAttributeProvider.java178 (PasswordPolicyState) policy.createAuthenticationPolicyState(entry);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DPasswordExpirationTimeVirtualAttributeProvider.java158 (PasswordPolicyState) policy.createAuthenticationPolicyState(entry);
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DPasswordExpirationTimeVirtualAttributeProvider.java205 (PasswordPolicyState) policy.createAuthenticationPolicyState(entry);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java136 public AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicyTestCase.MockPolicy
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java135 public AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicyTestCase.MockPolicy
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DPasswordExpirationTimeVirtualAttributeProvider.java205 (PasswordPolicyState) policy.createAuthenticationPolicyState(entry);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java136 public AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicyTestCase.MockPolicy
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java135 public AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicyTestCase.MockPolicy
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java136 public AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicyTestCase.MockPolicy
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DPasswordExpirationTimeVirtualAttributeProvider.java205 (PasswordPolicyState) policy.createAuthenticationPolicyState(entry);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java128 public AuthenticationPolicyState createAuthenticationPolicyState( method in class:AuthenticationPolicyTestCase.MockPolicy

Completed in 286 milliseconds

123