Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.3)

Part Number E13941-03

weblogic.security.spi
Interface AuditAtnEvent

All Superinterfaces:
AuditEvent

Deprecated.

public interface AuditAtnEvent
extends AuditEvent

The 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.


Nested Class Summary
static class AuditAtnEvent.AtnEventType
          Deprecated. The AtnEventType class describes the authentication event types that are supported.
 
Method Summary
 AuditAtnEvent.AtnEventType getAtnEventType()
          Deprecated. Gets the event type associated with this AuditAtnEvent.
 String getUsername()
          Deprecated. Gets the username associated with this AuditAtnEvent.
 
Methods inherited from interface weblogic.security.spi.AuditEvent
getEventType, getFailureException, getSeverity, toString
 

Method Detail

getUsername

String getUsername()
Deprecated. 
Gets the username associated with this AuditAtnEvent.

Returns:
the username that is attempting to be authenticated.


getAtnEventType

AuditAtnEvent.AtnEventType getAtnEventType()
Deprecated. 
Gets the event type associated with this AuditAtnEvent.

Returns:
the authentication event type.


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.3 API Reference
11g Release 1 (10.3.3)

Part Number E13941-03