Searched refs:AuthenticationModuleEventAuditor (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/authentication/audit/
H A DAuthenticationModuleEventAuditorTest.java35 private AuthenticationModuleEventAuditor auditor;
58 auditor = new AuthenticationModuleEventAuditor(eventPublisher, eventFactory);
/forgerock/openam/openam-core/src/test/java/com/sun/identity/authentication/audit/
H A DAuthenticationModuleEventAuditorTest.java35 private AuthenticationModuleEventAuditor auditor;
58 auditor = new AuthenticationModuleEventAuditor(eventPublisher, eventFactory);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/audit/
H A DAuthenticationModuleEventAuditor.java47 public class AuthenticationModuleEventAuditor extends AbstractAuthenticationEventAuditor { class in inherits:AbstractAuthenticationEventAuditor
50 * Constructor for {@link AuthenticationModuleEventAuditor}.
56 public AuthenticationModuleEventAuditor(AuditEventPublisher eventPublisher, AuditEventFactory eventFactory) { method in class:AuthenticationModuleEventAuditor
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/audit/
H A DAuthenticationModuleEventAuditor.java47 public class AuthenticationModuleEventAuditor extends AbstractAuthenticationEventAuditor { class in inherits:AbstractAuthenticationEventAuditor
50 * Constructor for {@link AuthenticationModuleEventAuditor}.
56 public AuthenticationModuleEventAuditor(AuditEventPublisher eventPublisher, AuditEventFactory eventFactory) { method in class:AuthenticationModuleEventAuditor
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java49 import com.sun.identity.authentication.audit.AuthenticationModuleEventAuditor;
271 protected final AuthenticationModuleEventAuditor auditor;
277 auditor = InjectorHolder.getInstance(AuthenticationModuleEventAuditor.class);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java81 import com.sun.identity.authentication.audit.AuthenticationModuleEventAuditor;
277 protected final AuthenticationModuleEventAuditor auditor;
283 auditor = InjectorHolder.getInstance(AuthenticationModuleEventAuditor.class);

Completed in 62 milliseconds