public interface SessionManager
Modifier and Type | Method and Description |
---|---|
Session |
getCopyOfUserSession(User usr) |
void |
userAuthenticatedTo(User usr,
Device dvc) |
void |
userDeauthenticatedFrom(User usr,
Device dvc) |
void |
userLocationChange(User usr,
Location loc) |
Set<User> |
validUsersForDevice(Device dvc) |
Set<User> |
validUsersForLocation(Location loc) |
Copyright © 2018 universAAL Consortium. All rights reserved.