Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

Uses of Class
weblogic.security.spi.AuditAtnEvent.AtnEventType

Packages that use AuditAtnEvent.AtnEventType
weblogic.security.spi This package includes interfaces, classes, and exceptions you use to develop security providers. 
 

Uses of AuditAtnEvent.AtnEventType in weblogic.security.spi
 

Fields in weblogic.security.spi declared as AuditAtnEvent.AtnEventType
static AuditAtnEvent.AtnEventType AuditAtnEvent.AtnEventType.ASSERTIDENTITY
          Represents the "identity assertion" authentication type.
static AuditAtnEvent.AtnEventType AuditAtnEvent.AtnEventType.AUTHENTICATE
          Represents the "simple authentication" authentication type.
static AuditAtnEvent.AtnEventType AuditAtnEvent.AtnEventType.IMPERSONATEIDENTITY
          Represents the "impersonate identity" authentication type.
static AuditAtnEvent.AtnEventType AuditAtnEvent.AtnEventType.USERLOCKED
          Indicates that a user has been locked because of invalid login attempts.
static AuditAtnEvent.AtnEventType AuditAtnEvent.AtnEventType.USERLOCKOUTEXPIRED
          Indicates that a lock on a user has expired.
static AuditAtnEvent.AtnEventType AuditAtnEvent.AtnEventType.USERUNLOCKED
          Indicates that a lock on a user has been cleared.
static AuditAtnEvent.AtnEventType AuditAtnEvent.AtnEventType.VALIDATEIDENTITY
          Represents the "validate identity" authentication type.
 

Methods in weblogic.security.spi that return AuditAtnEvent.AtnEventType
 AuditAtnEvent.AtnEventType AuditAtnEvent.getAtnEventType()
          Deprecated. Gets the event type associated with this AuditAtnEvent.
 


Copyright 1996, 2011, 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 API Reference
12c Release 1 (12.1.1)

Part Number E24391-02