BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security.spi
Class AuditAtnEvent.AtnEventType

java.lang.Object
  extended byweblogic.security.spi.AuditAtnEvent.AtnEventType
Enclosing class:
AuditAtnEvent

public static class AuditAtnEvent.AtnEventType
extends Object

The AtnEventType class describes the authentication event types that are supported.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
static AuditAtnEvent.AtnEventType ASSERTIDENTITY
          Represents the "identity assertion" authentication type.
static AuditAtnEvent.AtnEventType AUTHENTICATE
          Represents the "simple authentication" authentication type.
static AuditAtnEvent.AtnEventType IMPERSONATEIDENTITY
          Represents the "impersonate identity" authentication type.
static AuditAtnEvent.AtnEventType USERLOCKED
          Indicates that a user has been locked because of invalid login attempts.
static AuditAtnEvent.AtnEventType USERLOCKOUTEXPIRED
          Indicates that a lock on a user has expired.
static AuditAtnEvent.AtnEventType USERUNLOCKED
          Indicates that a lock on a user has been cleared.
static AuditAtnEvent.AtnEventType VALIDATEIDENTITY
          Represents the "validate identity" authentication type.
 
Method Summary
 String toString()
          Returns the event type associated with this AuditAtnEvent, represented as a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ASSERTIDENTITY

public static final AuditAtnEvent.AtnEventType ASSERTIDENTITY
Represents the "identity assertion" authentication type.


AUTHENTICATE

public static final AuditAtnEvent.AtnEventType AUTHENTICATE
Represents the "simple authentication" authentication type.


IMPERSONATEIDENTITY

public static final AuditAtnEvent.AtnEventType IMPERSONATEIDENTITY
Represents the "impersonate identity" authentication type.


USERLOCKED

public static final AuditAtnEvent.AtnEventType USERLOCKED
Indicates that a user has been locked because of invalid login attempts.


USERLOCKOUTEXPIRED

public static final AuditAtnEvent.AtnEventType USERLOCKOUTEXPIRED
Indicates that a lock on a user has expired.


USERUNLOCKED

public static final AuditAtnEvent.AtnEventType USERUNLOCKED
Indicates that a lock on a user has been cleared.


VALIDATEIDENTITY

public static final AuditAtnEvent.AtnEventType VALIDATEIDENTITY
Represents the "validate identity" authentication type.

Method Detail

toString

public String toString()
Returns the event type associated with this AuditAtnEvent, represented as a String.

Returns:
this event type, represented as a String.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.