AuditEvent
@Deprecated public interface AuditAtnEvent extends AuditEvent
AuditAtnEvent
interface is used to post authentication
audit events. The WebLogic Security Framework implements this interface and may
post audit events for the following security events:
An Authentication provider may also implement this interface and post additional types of authentication audit events.
An Auditing provider can use this interface to get additional information about
the authentication audit event. The AuditSeverity
and
AtnEventType
attributes can be used to determine which of the
above audit events has been posted.
Modifier and Type | Interface | Description |
---|---|---|
static class |
AuditAtnEvent.AtnEventType |
Deprecated.
The
AtnEventType class describes the authentication event types
that are supported. |
Modifier and Type | Method | Description |
---|---|---|
AuditAtnEvent.AtnEventType |
getAtnEventType() |
Deprecated.
Gets the event type associated with this
AuditAtnEvent . |
java.lang.String |
getUsername() |
Deprecated.
Gets the username associated with this
AuditAtnEvent . |
getEventType, getFailureException, getSeverity, toString
java.lang.String getUsername()
AuditAtnEvent
.AuditAtnEvent.AtnEventType getAtnEventType()
AuditAtnEvent
.