Interface UserFlagService
- All Known Implementing Classes:
UserFlagServiceImpl
public interface UserFlagService
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddUserFlags(TenantContext context, RemoteConnectUser user, Map<String, Boolean> flagsToSave) Stores user flags.voidclearUserFlags(TenantContext context, RemoteConnectUser user) Removes the flags for a usergetUserFlags(TenantContext context, RemoteConnectUser user) Gets all the flags for a user.
-
Method Details
-
addUserFlags
Stores user flags. It will add flags if they aren't there, and overwrite if they are. -
clearUserFlags
Removes the flags for a user -
getUserFlags
Gets all the flags for a user.- Returns:
- flags or empty map if none exist. Empty map for null user.
-