Package | Description |
---|---|
weblogic.security.spi |
This package includes interfaces, classes, and exceptions you use to develop security providers.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
AuditApplicationVersionEvent |
The
AuditApplicationVersionEvent interface is used to post
VersionableApplicationProvider events. |
interface |
AuditAtnEvent |
Deprecated.
|
interface |
AuditAtnEventV2 |
The
AuditAtnEventV2 interface is used to post authentication
audit events. |
interface |
AuditAtzEvent |
The
AuditAtzEvent interface is used to post authorization
audit events. |
interface |
AuditCertPathBuilderEvent |
This interface is used to post audit events
for CertPathBuilder providers.
|
interface |
AuditCertPathValidatorEvent |
This interface is used to post audit events
for CertPathValidator providers.
|
interface |
AuditConfigurationEvent |
The
AuditConfigurationEvent interface is used to post configuration
change audit events. |
interface |
AuditCreateConfigurationEvent |
The
AuditCreateConfigurationEvent interface is used to post a specific
configuration change audit event that identifies that a request has been made to create
a new configuration artifact. |
interface |
AuditCredentialMappingEvent |
The
AuditCredentialMappingEvent interface is used to post
credential mapping audit events. |
interface |
AuditDeleteConfigurationEvent |
The
AuditDeleteConfigurationEvent interface is used to post a specific
configuration change audit event that identifies that a request has been made to delete
an existing configuration artifact. |
interface |
AuditInvokeConfigurationEvent |
The
AuditInvokeConfigurationEvent interface is used to post a
specific configuration change audit event that identifies that a request has
been made to invoke an operation on an existing configuration artifact. |
interface |
AuditLifecycleEvent |
The
AuditLifecycleEvent interface is used to post audit
lifecycle events. |
interface |
AuditMgmtEvent |
The
AuditMgmtEvent interface is used to post security provider
management audit events. |
interface |
AuditPolicyEvent |
The
AuditPolicyEvent interface is used to post security policy
audit events. |
interface |
AuditRoleDeploymentEvent |
The
AuditRoleDeploymentEvent interface is used to post security role
deployment audit events. |
interface |
AuditRoleEvent |
The
AuditRoleEvent interface is used to post security role
audit events. |
interface |
AuditSetAttributeConfigurationEvent |
The
AuditSetAttributeConfigurationEvent interface is used to post
a specific configuration change audit event that identifies that a request has
been made to modify an existing configuration artifact. |
Modifier and Type | Method | Description |
---|---|---|
void |
AuditorService.providerAuditWriteEvent(AuditEvent event) |
Allows security providers to access the
Auditor
object to write audit records. |
void |
AuditChannel.writeEvent(AuditEvent event) |
Writes an audit record based on event information.
|
void |
AuditChannelV2.writeEvent(AuditEvent event) |
Writes an audit record based on event information.
|