Interface CurrentUserProvider
-
- All Implemented Interfaces:
public interface CurrentUserProviderProvides the currently logged in user.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCurrentUserProvider.Companion
-
Method Summary
Modifier and Type Method Description abstract UsergetCurrentUser()Returns the currently logged in user. -
-
Method Detail
-
getCurrentUser
abstract User getCurrentUser()
Returns the currently logged in user.
- Returns:
The currently logged in user.
-
-
-
-