Interface AuditProvider
public interface AuditProvider
An interface to define passing audit information.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidConfigures this instance with parameters passed into the DataStoreFinderGets user details.Gets the current user.
-
Field Details
-
AUDIT_PROVIDER_SYS_PROPERTY
- See Also:
-
-
Method Details
-
getCurrentUserId
String getCurrentUserId()Gets the current user.- Returns:
-
getCurrentUserDetails
Gets user details.- Returns:
-
configure
Configures this instance with parameters passed into the DataStoreFinder- Parameters:
params-
-