Searched refs:emptyState (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/authentication/audit/
H A DAbstractAuthenticationEventAuditorTest.java41 private LoginState emptyState; field in class:AbstractAuthenticationEventAuditorTest
74 auditor.getTrackingIds(emptyState);
87 auditor.getRealmFromState(emptyState);
H A DAuthenticationModuleEventAuditorTest.java44 private LoginState emptyState; field in class:AuthenticationModuleEventAuditorTest
67 auditor.auditModuleSuccess(emptyState, emptyPrincipal, emptyAuditEntryDetail);
80 auditor.auditModuleFailure(emptyState, emptyPrincipal, emptyAuditEntryDetail);
H A DAuthenticationProcessEventAuditorTest.java45 private LoginState emptyState; field in class:AuthenticationProcessEventAuditorTest
65 auditor.auditLoginSuccess(emptyState);
78 auditor.auditLoginFailure(emptyState, AuditConstants.AuthenticationFailureReason.LOGIN_FAILED);
/forgerock/openam/openam-core/src/test/java/com/sun/identity/authentication/audit/
H A DAbstractAuthenticationEventAuditorTest.java41 private LoginState emptyState; field in class:AbstractAuthenticationEventAuditorTest
74 auditor.getTrackingIds(emptyState);
87 auditor.getRealmFromState(emptyState);
H A DAuthenticationModuleEventAuditorTest.java44 private LoginState emptyState; field in class:AuthenticationModuleEventAuditorTest
67 auditor.auditModuleSuccess(emptyState, emptyPrincipal, emptyAuditEntryDetail);
80 auditor.auditModuleFailure(emptyState, emptyPrincipal, emptyAuditEntryDetail);
H A DAuthenticationProcessEventAuditorTest.java45 private LoginState emptyState; field in class:AuthenticationProcessEventAuditorTest
65 auditor.auditLoginSuccess(emptyState);
78 auditor.auditLoginFailure(emptyState, AuditConstants.AuthenticationFailureReason.LOGIN_FAILED);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1696 boolean emptyState = true;
1705 emptyState = false;
1709 if (emptyState)
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1608 boolean emptyState = true;
1618 emptyState = false;
1632 if (emptyState)
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1869 boolean emptyState = true;
1879 emptyState = false;
1893 if (emptyState)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1696 boolean emptyState = true;
1705 emptyState = false;
1709 if (emptyState)
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1608 boolean emptyState = true;
1618 emptyState = false;
1632 if (emptyState)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java1584 boolean emptyState = true;
1595 emptyState = false;
1610 if (emptyState)

Completed in 715 milliseconds