Package org.datanucleus.store.schema
Interface CurrentUserProvider
-
public interface CurrentUserProvider
Provides the current user in order to support 'CreateUser', 'UpdateUser' audit features.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
currentUser()
Return the current user.
-