Searched defs:SAML2Auditor (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/audit/
H A DSAML2Auditor.java39 * Responsible for publishing audit access events for individual SAML2 requests. A SAML2Auditor is not thread safe
40 * and a new SAML2Auditor should be used for each request.
42 public class SAML2Auditor implements SAML2EventLogger { class in inherits:SAML2EventLogger
65 * Constructor for SAML2Auditor
71 public SAML2Auditor(final AuditEventPublisher auditEventPublisher, method in class:SAML2Auditor
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/audit/
H A DSAML2Auditor.java40 * Responsible for publishing audit access events for individual SAML2 requests. A SAML2Auditor is not thread safe
41 * and a new SAML2Auditor should be used for each request.
43 public class SAML2Auditor implements SAML2EventLogger { class in inherits:SAML2EventLogger
66 * Constructor for SAML2Auditor
72 public SAML2Auditor(final AuditEventPublisher auditEventPublisher, method in class:SAML2Auditor

Completed in 278 milliseconds