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

Part Number E13941-02

weblogic.security.spi
Class AuditAtnEvent.AtnEventType

java.lang.Object
  extended by weblogic.security.spi.AuditAtnEvent.AtnEventType
Enclosing interface:
AuditAtnEvent

public static class AuditAtnEvent.AtnEventType
extends Object

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


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

AUTHENTICATE

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


ASSERTIDENTITY

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


IMPERSONATEIDENTITY

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


VALIDATEIDENTITY

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


USERLOCKED

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


USERUNLOCKED

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


USERLOCKOUTEXPIRED

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

Method Detail

toString

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

Overrides:
toString in class Object
Returns:
this event type, represented as a String.


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02