public interface AuditAtnEventV2 extends AuditEvent, AuditContext
AuditAtnEventV2 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 | Method and Description | 
|---|---|
AuditAtnEventV2.AtnEventTypeV2 | 
getAtnEventType()
Gets the event type associated with this  
AuditAtnEvent. | 
String | 
getUsername()
Gets the username associated with this  
AuditAtnEvent. | 
getEventType, getFailureException, getSeverity, toStringgetContextString getUsername()
AuditAtnEvent.AuditAtnEventV2.AtnEventTypeV2 getAtnEventType()
AuditAtnEvent.