Package org.datanucleus.store.schema
Interface CurrentUserProvider
public interface CurrentUserProvider
Provides the current user in order to support 'CreateUser', 'UpdateUser' audit features.
-
Method Summary
-
Method Details
-
currentUser
String currentUser()Return the current user.- Returns:
- Current user
-