public static interface AuditProvider.AuditSource
| Modifier and Type | Method and Description |
|---|---|
default Optional<String> |
className()
Name of the class that caused this event.
|
static AuditProvider.AuditSource |
create()
Build an audit source.
|
default Optional<String> |
fileName()
File name of the source that caused this event.
|
static boolean |
isSecurityClass(StackTraceElement element) |
default OptionalInt |
lineNumber()
Line number within the source file that caused this event.
|
default Optional<String> |
methodName()
Method name that caused this event.
|
static AuditProvider.AuditSource create()
static boolean isSecurityClass(StackTraceElement element)
default Optional<String> className()
default Optional<String> methodName()
default Optional<String> fileName()
default OptionalInt lineNumber()
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.