Searched refs:AuthenticationProcessEventAuditor (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/authentication/audit/
H A DAuthenticationProcessEventAuditorTest.java36 private AuthenticationProcessEventAuditor auditor;
56 auditor = new AuthenticationProcessEventAuditor(eventPublisher, eventFactory);
/forgerock/openam/openam-core/src/test/java/com/sun/identity/authentication/audit/
H A DAuthenticationProcessEventAuditorTest.java36 private AuthenticationProcessEventAuditor auditor;
56 auditor = new AuthenticationProcessEventAuditor(eventPublisher, eventFactory);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/audit/
H A DAuthenticationProcessEventAuditor.java55 public class AuthenticationProcessEventAuditor extends AbstractAuthenticationEventAuditor { class in inherits:AbstractAuthenticationEventAuditor
58 * Constructor for {@link AuthenticationProcessEventAuditor}.
64 public AuthenticationProcessEventAuditor(AuditEventPublisher eventPublisher, AuditEventFactory eventFactory) { method in class:AuthenticationProcessEventAuditor
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/audit/
H A DAuthenticationProcessEventAuditor.java55 public class AuthenticationProcessEventAuditor extends AbstractAuthenticationEventAuditor { class in inherits:AbstractAuthenticationEventAuditor
58 * Constructor for {@link AuthenticationProcessEventAuditor}.
64 public AuthenticationProcessEventAuditor(AuditEventPublisher eventPublisher, AuditEventFactory eventFactory) { method in class:AuthenticationProcessEventAuditor
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java39 import com.sun.identity.authentication.audit.AuthenticationProcessEventAuditor;
134 private final AuthenticationProcessEventAuditor auditor;
208 auditor = InjectorHolder.getInstance(AuthenticationProcessEventAuditor.class);
H A DAuthUtils.java42 import com.sun.identity.authentication.audit.AuthenticationProcessEventAuditor;
133 private static AuthenticationProcessEventAuditor auditor;
2089 auditor = InjectorHolder.getInstance(AuthenticationProcessEventAuditor.class);
H A DLoginState.java91 import com.sun.identity.authentication.audit.AuthenticationProcessEventAuditor;
356 private final AuthenticationProcessEventAuditor auditor = InjectorHolder.getInstance(
357 AuthenticationProcessEventAuditor.class);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java71 import com.sun.identity.authentication.audit.AuthenticationProcessEventAuditor;
144 private final AuthenticationProcessEventAuditor auditor;
200 auditor = InjectorHolder.getInstance(AuthenticationProcessEventAuditor.class);
H A DAuthUtils.java63 import com.sun.identity.authentication.audit.AuthenticationProcessEventAuditor;
128 private static AuthenticationProcessEventAuditor auditor;
1728 auditor = InjectorHolder.getInstance(AuthenticationProcessEventAuditor.class);
H A DLoginState.java100 import com.sun.identity.authentication.audit.AuthenticationProcessEventAuditor;
363 private final AuthenticationProcessEventAuditor auditor = InjectorHolder.getInstance(
364 AuthenticationProcessEventAuditor.class);

Completed in 135 milliseconds