BEA Systems, Inc.

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.
 


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