Package org.datanucleus.store.schema
Interface CurrentUserProvider
-
public interface CurrentUserProviderProvides 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.StringcurrentUser()Return the current user.
-