Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Class
weblogic.security.spi.AuditSeverity

Packages that use AuditSeverity
weblogic.security.spi   

 

Uses of AuditSeverity in weblogic.security.spi

 

Fields in weblogic.security.spi declared as AuditSeverity
static AuditSeverity AuditSeverity.AUDIT_FAILURE
          Constructs an AuditSeverity object with the AUDIT_FAILURE severity level.
static AuditSeverity AuditSeverity.ERROR
          Constructs an AuditSeverity object with the ERROR severity level.
static AuditSeverity AuditSeverity.FAILURE
          Constructs an AuditSeverity object with the FAILURE severity level.
static AuditSeverity AuditSeverity.INFORMATION
          Constructs an AuditSeverity object with the INFORMATION severity level.
static AuditSeverity AuditSeverity.SUCCESS
          Constructs an AuditSeverity object with the SUCCESS severity level.
static AuditSeverity AuditSeverity.WARNING
          Constructs an AuditSeverity object with the WARNING severity level.

 

Methods in weblogic.security.spi that return AuditSeverity
static AuditSeverity AuditSeverity.getInstance(String severityString)
          Returns one of the defined AuditSeverities by name, or null if none with given name exists.
abstract  AuditSeverity AuditEvent.getSeverity()
          Gets the severity level value associated with the AuditEvent, from which the Auditing provider can make the decision whether or not to audit.

 


Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09