BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Class
weblogic.security.spi.AuditAtnEventV2.AtnEventTypeV2

Packages that use AuditAtnEventV2.AtnEventTypeV2
weblogic.security.service

This package includes interfaces, classes, and exceptions that support security providers. 

weblogic.security.spi

This package includes interfaces, classes, and exceptions you use to develop security providers. 

 

Uses of AuditAtnEventV2.AtnEventTypeV2 in weblogic.security.service
 

Methods in weblogic.security.service that return AuditAtnEventV2.AtnEventTypeV2
 AuditAtnEventV2.AtnEventTypeV2 AuditAtnEventImpl.getAtnEventType()
           
 

Uses of AuditAtnEventV2.AtnEventTypeV2 in weblogic.security.spi
 

Fields in weblogic.security.spi declared as AuditAtnEventV2.AtnEventTypeV2
static AuditAtnEventV2.AtnEventTypeV2 AuditAtnEventV2.AtnEventTypeV2.AUTHENTICATE
          Represents the "simple authentication" authentication type.
static AuditAtnEventV2.AtnEventTypeV2 AuditAtnEventV2.AtnEventTypeV2.ASSERTIDENTITY
          Represents the "identity assertion" authentication type.
static AuditAtnEventV2.AtnEventTypeV2 AuditAtnEventV2.AtnEventTypeV2.IMPERSONATEIDENTITY
          Represents the "impersonate identity" authentication type.
static AuditAtnEventV2.AtnEventTypeV2 AuditAtnEventV2.AtnEventTypeV2.VALIDATEIDENTITY
          Represents the "validate identity" authentication type.
static AuditAtnEventV2.AtnEventTypeV2 AuditAtnEventV2.AtnEventTypeV2.USERLOCKED
          Indicates that a user has been locked because of invalid login attempts.
static AuditAtnEventV2.AtnEventTypeV2 AuditAtnEventV2.AtnEventTypeV2.USERUNLOCKED
          Indicates that a lock on a user has been cleared.
static AuditAtnEventV2.AtnEventTypeV2 AuditAtnEventV2.AtnEventTypeV2.USERLOCKOUTEXPIRED
          Indicates that a lock on a user has expired.
static AuditAtnEventV2.AtnEventTypeV2 AuditAtnEventV2.AtnEventTypeV2.CREATEPASSWORDDIGEST
          Represents the creation of the the Password Digest
static AuditAtnEventV2.AtnEventTypeV2 AuditAtnEventV2.AtnEventTypeV2.CREATEDERIVEDKEY
          Represents the creation of the the Derived key
 

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


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