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 AuditAtnEventV2.AtnEventTypeV2

java.lang.Object
  extended by weblogic.security.spi.AuditAtnEventV2.AtnEventTypeV2
Enclosing interface:
AuditAtnEventV2

public static class AuditAtnEventV2.AtnEventTypeV2
extends Object

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


Field Summary
static AuditAtnEventV2.AtnEventTypeV2 ASSERTIDENTITY
          Represents the "identity assertion" authentication type.
static AuditAtnEventV2.AtnEventTypeV2 AUTHENTICATE
          Represents the "simple authentication" authentication type.
static AuditAtnEventV2.AtnEventTypeV2 CREATEDERIVEDKEY
          Represents the creation of the the Derived key.
static AuditAtnEventV2.AtnEventTypeV2 CREATEPASSWORDDIGEST
          Represents the creation of the the Password Digest.
static AuditAtnEventV2.AtnEventTypeV2 IMPERSONATEIDENTITY
          Represents the "impersonate identity" authentication type.
static AuditAtnEventV2.AtnEventTypeV2 USERLOCKED
          Indicates that a user has been locked because of invalid login attempts.
static AuditAtnEventV2.AtnEventTypeV2 USERLOCKOUTEXPIRED
          Indicates that a lock on a user has expired.
static AuditAtnEventV2.AtnEventTypeV2 USERUNLOCKED
          Indicates that a lock on a user has been cleared.
static AuditAtnEventV2.AtnEventTypeV2 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 AuditAtnEventV2.AtnEventTypeV2 AUTHENTICATE
Represents the "simple authentication" authentication type.


ASSERTIDENTITY

public static final AuditAtnEventV2.AtnEventTypeV2 ASSERTIDENTITY
Represents the "identity assertion" authentication type.


IMPERSONATEIDENTITY

public static final AuditAtnEventV2.AtnEventTypeV2 IMPERSONATEIDENTITY
Represents the "impersonate identity" authentication type.


VALIDATEIDENTITY

public static final AuditAtnEventV2.AtnEventTypeV2 VALIDATEIDENTITY
Represents the "validate identity" authentication type.


USERLOCKED

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


USERUNLOCKED

public static final AuditAtnEventV2.AtnEventTypeV2 USERUNLOCKED
Indicates that a lock on a user has been cleared.


USERLOCKOUTEXPIRED

public static final AuditAtnEventV2.AtnEventTypeV2 USERLOCKOUTEXPIRED
Indicates that a lock on a user has expired.


CREATEPASSWORDDIGEST

public static final AuditAtnEventV2.AtnEventTypeV2 CREATEPASSWORDDIGEST
Represents the creation of the the Password Digest.


CREATEDERIVEDKEY

public static final AuditAtnEventV2.AtnEventTypeV2 CREATEDERIVEDKEY
Represents the creation of the the Derived key.

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