BEA Systems, Inc.


weblogic.security.spi
Interface AuditAtnEvent


public interface AuditAtnEvent
extends AuditEvent

The AuditAtnEvent interface provides a convenience interface for Auditing providers that want to determine the instance types of extended Authentication event type objects.

Author:
Copyright (c) 2002 by BEA Systems, Inc. All Rights Reserved.

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

Method Detail

getUsername

public java.lang.String getUsername()
Gets the username associated with this AuditAtnEvent.

Returns:
the username that is attempting to be authenticated.


getAtnEventType

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

Returns:
the authentication event type.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference