| Package | Description |
|---|---|
| weblogic.security.spi |
This package includes interfaces, classes, and exceptions you use to develop security providers.
|
| Modifier and Type | Field | Description |
|---|---|---|
static AuditLifecycleEvent.AuditLifecycleEventType |
AuditLifecycleEvent.AuditLifecycleEventType.START_AUDIT |
Represents the "start audit" lifecycle type.
|
static AuditLifecycleEvent.AuditLifecycleEventType |
AuditLifecycleEvent.AuditLifecycleEventType.STOP_AUDIT |
Represents the "stop audit" lifecycle type.
|
| Modifier and Type | Method | Description |
|---|---|---|
AuditLifecycleEvent.AuditLifecycleEventType |
AuditLifecycleEvent.getAuditLifecycleEventType() |
Gets the event type associated with this
AuditLifecycleEventType. |