Modifier and Type | Method and Description |
---|---|
User |
GestureRecognition.getSubjectUser() |
Modifier and Type | Method and Description |
---|---|
void |
GestureRecognition.setSubjectUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
HealthMeasurement.getObtainedBy() |
Modifier and Type | Method and Description |
---|---|
void |
HealthMeasurement.setObtainedBy(User newPropValue) |
Modifier and Type | Class and Description |
---|---|
class |
AssistedPerson
Ontology class representing an Assisted Person
|
class |
Caregiver
Ontology class representing a Care giver user
|
Modifier and Type | Field and Description |
---|---|
static User |
MenuProfileOntology.defaultUser |
Modifier and Type | Method and Description |
---|---|
User |
AnsweredQuestionnaire.getIsAnsweredBy()
The following method gets the user who answers the questionnaire
|
Modifier and Type | Method and Description |
---|---|
void |
AnsweredQuestionnaire.setIsAnsweredBy(User user)
The following method sets the user who answers the questionnaire
|
Constructor and Description |
---|
AnsweredQuestionnaire(Questionnaire questionnaire,
Answer[] answers,
User examinedUser) |
AnsweredQuestionnaire(Questionnaire questionnaire,
Answer answer,
User examinedUser) |
AnsweredQuestionnaire(Questionnaire q,
User examinedUser) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SessionManagementService.hasUserValidSession(ModuleContext mc,
User u,
Device d)
|
static boolean |
SessionManagementService.hasUserValidSession(ModuleContext mc,
User u,
Location l)
|
void |
SecuritySubprofile.initialiseDefaultRolesForUser(User u)
Generate Skeleton Roles to be added when creating new
SecuritySubProfiles.
|
Modifier and Type | Field and Description |
---|---|
protected Hashtable<String,User> |
GatewayPort.loggedUsers
Table that Associates usernames with
User s. |
Modifier and Type | Method and Description |
---|---|
void |
GatewayPort.logout(User usr) |
Modifier and Type | Field and Description |
---|---|
static User |
Activator.sampleUser |
Modifier and Type | Method and Description |
---|---|
void |
OPublisher.showAllRespDialog(User user,
String[] formsNames,
String[] formsResults) |
long |
OPublisher.showDynamicDialog(User user,
int size) |
long |
OPublisher.showRandomBurst(User user,
int size) |
void |
OPublisher.showRandomDialog(User user) |
Modifier and Type | Method and Description |
---|---|
User |
UserPaswordAuthenticatorClient.authenticate(String username,
String password)
This method will try to authenticate the user.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationPublisher.authenticate(User u,
Device d) |
void |
AuthenticationPublisher.deauthenticate(User u,
Device d) |
Modifier and Type | Method and Description |
---|---|
Set<AccessType> |
DelegationAccessChecker.checkAccess(ModuleContext mc,
User usr,
Resource asset) |
Set<AccessType> |
CheckUserRoles.checkAccess(ModuleContext mc,
User usr,
Resource asset) |
Set<AccessType> |
AssetDefaultAccessChecker.checkAccess(ModuleContext mc,
User usr,
Resource asset) |
protected SecuritySubprofile |
CheckUserRoles.getSecuritySubProfile(ModuleContext mc,
User usr) |
Modifier and Type | Method and Description |
---|---|
protected SecuritySubprofile |
DelegationServieCallee.getSecuritySubProfile(User usr) |
Modifier and Type | Method and Description |
---|---|
Set<AccessType> |
AccessChecker.checkAccess(ModuleContext mc,
User usr,
Resource asset) |
Modifier and Type | Method and Description |
---|---|
Set<User> |
SessionManager.validUsersForDevice(Device dvc) |
Set<User> |
SessionManager.validUsersForLocation(Location loc) |
Modifier and Type | Method and Description |
---|---|
Session |
SessionManager.getCopyOfUserSession(User usr) |
void |
SessionManager.userAuthenticatedTo(User usr,
Device dvc) |
void |
SessionManager.userDeauthenticatedFrom(User usr,
Device dvc) |
void |
SessionManager.userLocationChange(User usr,
Location loc) |
Modifier and Type | Method and Description |
---|---|
void |
SessionPublisher.updateSession(User usr,
Session s) |
Modifier and Type | Method and Description |
---|---|
Set<User> |
UserLocationTree.allocateUser(User u)
Allocate a user in the
Location tree, this means the user is
logically located in all of the parent locations of this location. |
Set<User> |
UserLocationTree.deallocateUser(User u)
|
Set<User> |
UserLocationTreeRoot.deallocateUser(User u) |
Set<User> |
UserLocationTree.getUserSet()
|
Set<User> |
UserDeviceWrapper.getUserSet()
|
Modifier and Type | Method and Description |
---|---|
void |
UserLocationTree.addUser(User u)
|
void |
UserDeviceWrapper.addUser(User u)
|
Set<User> |
UserLocationTree.allocateUser(User u)
Allocate a user in the
Location tree, this means the user is
logically located in all of the parent locations of this location. |
Set<User> |
UserLocationTree.deallocateUser(User u)
|
Set<User> |
UserLocationTreeRoot.deallocateUser(User u) |
UserLocationTree |
UserLocationTree.getMaxUser(User u)
|
UserLocationTree |
UserLocationTreeRoot.getMaxUser(User u) |
void |
UserDeviceWrapper.removeUser(User u)
Remove a single user from this
Device . |
Modifier and Type | Method and Description |
---|---|
void |
UserLocationTree.setUserSet(Set<User> users)
Complement to
UserLocationTree.getUserSet() . |
void |
UserDeviceWrapper.setUserSet(Set<User> users)
Complement to
UserDeviceWrapper.getUserSet() . |
Modifier and Type | Method and Description |
---|---|
Set<User> |
SessionManagerImpl.validUsersForDevice(Device dvc) |
Set<User> |
SessionManagerImpl.validUsersForLocation(Location loc) |
Modifier and Type | Method and Description |
---|---|
Session |
SessionManagerImpl.getCopyOfUserSession(User usr) |
void |
SessionManagerImpl.userAuthenticatedTo(User usr,
Device dvc) |
void |
SessionManagerImpl.userDeauthenticatedFrom(User usr,
Device dvc) |
void |
SessionManagerImpl.userLocationChange(User usr,
Location loc) |
Constructor and Description |
---|
Dialog(User user,
String title)
Use this helper class to create a UIRequest that is easy to use.
|
Dialog(User user,
String title,
LevelRating priority,
PrivacyLevel privacy)
Use this helper class to create a UIRequest that is easy to use.
|
Dialog(User user,
String title,
Resource root)
Use this helper class to create a UIRequest that is easy to use.
|
Dialog(User user,
String title,
Resource root,
LevelRating priority,
PrivacyLevel privacy)
Use this helper class to create a UIRequest that is easy to use.
|
Message(User user,
String title,
String message)
Use this helper class to create a UIRequest that is easy to use.
|
Message(User user,
String title,
String message,
LevelRating priority,
PrivacyLevel privacy)
Use this helper class to create a UIRequest that is easy to use.
|
SubDialog(User user,
String title,
String parentDialogURI)
Use this helper class to create a UIRequest that is easy to use.
|
SubDialog(User user,
String title,
String parentDialogURI,
LevelRating priority,
PrivacyLevel privacy)
Use this helper class to create a UIRequest that is easy to use.
|
Modifier and Type | Method and Description |
---|---|
User |
ProfileAgent.getUser(String uri) |
Modifier and Type | Method and Description |
---|---|
List<User> |
ProfileAgent.getAllUsers() |
Modifier and Type | Method and Description |
---|---|
void |
ProfileAgent.addSpaceProfile(User user,
SpaceProfile spaceProfile)
Stores the new
SpaceProfile
that was performed by the user. |
String |
ProfileAgent.addUser(User user)
The following APIs use Profiling server
|
String |
ProfileAgent.addUserProfile(User user,
UserProfile userProfile)
Stores the new
UserProfile for
the user with userID. |
String |
ProfileAgent.addUserSubprofile(User user,
SubProfile subProfile)
Stores the new
SubProfile for the
user with userID. |
void |
ProfileAgent.changeSpaceProfile(User user,
SpaceProfile spaceProfile)
Changes the existing
SpaceProfile that was
performed by the user. |
void |
ProfileAgent.changeUserProfile(User user,
UserProfile userProfile)
Changes the existing
UserProfile
for user with userID. |
void |
ProfileAgent.changeUserSubprofile(User user,
SubProfile subProfile)
Changes the existing
UserProfile
for user with userID. |
List<SpaceProfile> |
ProfileAgent.getSpaceProfiles(User user)
Returns an
SpaceProfile list
from the profile log that are associated with the given user. |
String |
ProfileAgent.getUserProfile(User user)
Returns an
UserProfile object
from the profile log that are associated with the given user. |
String |
ProfileAgent.getUserSubprofiles(User user)
Returns all
SubProfile objects
from the profile log that are associated with the given user. |
void |
ProfileAgent.removeSpaceProfile(User user)
Removes the existing
SpaceProfile that was
performed by the user. |
void |
ProfileAgent.removeUserProfile(User user)
removes the existing
UserProfile
for user with userID. |
void |
ProfileAgent.removeUserSubprofile(User user,
String subprofile_URI)
removes the existing
UserProfile
for user with userID. |
boolean |
ProfileAgent.updateUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
ProfileAgentImpl.getUser(String uri) |
User |
ProfileAgentImpl.getUser(User user)
get user from CHE
|
Modifier and Type | Method and Description |
---|---|
List<User> |
ProfileAgentImpl.getAllUsers() |
Modifier and Type | Method and Description |
---|---|
void |
ProfileAgentImpl.addSpaceProfile(User user,
SpaceProfile spaceProfile) |
String |
ProfileAgentImpl.addUser(User user)
add user to CHE via Profiling server
|
String |
ProfileAgentImpl.addUserProfile(User user,
UserProfile profile) |
String |
ProfileAgentImpl.addUserSubprofile(User user,
SubProfile subProfile) |
void |
ProfileAgentImpl.changeSpaceProfile(User user,
SpaceProfile spaceProfile) |
void |
ProfileAgentImpl.changeUserProfile(User user,
UserProfile userProfile) |
void |
ProfileAgentImpl.changeUserSubprofile(User user,
SubProfile subProfile) |
List |
ProfileAgentImpl.getSpaceProfiles(User user) |
User |
ProfileAgentImpl.getUser(User user)
get user from CHE
|
String |
ProfileAgentImpl.getUserProfile(User user) |
String |
ProfileAgentImpl.getUserSubprofiles(User user) |
void |
ProfileAgentImpl.removeSpaceProfile(User user) |
void |
ProfileAgentImpl.removeUserProfile(User user) |
void |
ProfileAgentImpl.removeUserSubprofile(User user,
String subprofile_URI) |
boolean |
ProfileAgentImpl.updateUser(User user) |
Constructor and Description |
---|
UserDialogManager(User user,
AbsLocation location,
IUIPreferencesBuffer uiPreferencesBuffer)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
IUIPreferencesBuffer.addUser(User user)
Checks if
UIPreferencesSubProfile has already been initialized
for a given User . |
UIPreferencesSubProfile |
IUIPreferencesBuffer.changeCurrentUIPreferencesSubProfileForUser(User key,
UIPreferencesSubProfile uiPrefSubprof)
Updates the
UIPreferencesSubProfile for the user. |
UIPreferencesSubProfile |
IUIPreferencesBuffer.getUIPreferencesSubprofileForUser(User user)
Get the
UIPreferencesSubProfile for the given User . |
Constructor and Description |
---|
UISubprofileInitializator(User user) |
Modifier and Type | Method and Description |
---|---|
User |
UIPreferencesSubprofilePrerequisitesHelper.getUser(Resource user) |
User[] |
UIPreferencesSubprofilePrerequisitesHelper.getUsers() |
Modifier and Type | Method and Description |
---|---|
String |
UIPreferencesSubprofileHelper.addSubprofileToUser(User profilable,
SubProfile subProfile)
Adds given
SubProfile to a Profiling Server and connects it with
given User . |
boolean |
UIPreferencesSubprofilePrerequisitesHelper.addUserProfileToUser(User user,
UserProfile userProfile) |
boolean |
UIPreferencesSubprofilePrerequisitesHelper.addUserSucceeded(User user) |
UserProfile |
UIPreferencesSubprofilePrerequisitesHelper.getProfileForUser(User user) |
String |
UIPreferencesSubprofilePrerequisitesHelper.getProfileForUserAsString(User user) |
boolean |
UIPreferencesSubprofilePrerequisitesHelper.getProfileForUserSucceeded(User user) |
UIPreferencesSubProfile |
UIPreferencesSubprofileHelper.getUIPreferencesSubProfileForUser(User user)
Retrieves
UIPreferencesSubProfile that belongs to a given
User from a Profiling Server (makes a service call). |
static void |
UIPreferencesSubprofilePrerequisitesHelper.logUsers(User[] users) |
Modifier and Type | Method and Description |
---|---|
Form |
UIPreferencesDialogBuilder.getUIPreferencesEditorForm(User user) |
void |
UIPreferencesUICaller.showMessageScreen(User user,
String msg) |
ServiceResponse |
UIPreferencesSCallee.showUIPreferencesEditorDialog(User user)
Shows UI Preferences editor dialog.
|
void |
UIPreferencesUICaller.showUIPreferencesEditorScreen(User user)
Send
UIRequest with UI Preferences Editor dialog |
Modifier and Type | Method and Description |
---|---|
static void |
UIServiceResponseNotifyer.tellUser(User usr,
Exception e) |
static void |
UIServiceResponseNotifyer.tellUser(User usr,
ServiceResponse sResp) |
Modifier and Type | Method and Description |
---|---|
void |
Init.userLogIn(User usr) |
void |
Init.userLogOff(User usr) |
Modifier and Type | Method and Description |
---|---|
User |
Handler.getCurrentUser()
Get the current user that is inputing information.
|
User |
Renderer.getCurrentUser()
Get the logged in user, the one that is in theory receiving and
manipulating the dialogs.
|
Modifier and Type | Method and Description |
---|---|
void |
Handler.setCurrentUser(User currentUser)
Change the current
User . |
Modifier and Type | Method and Description |
---|---|
void |
Init.userLogIn(User usr) |
void |
Init.userLogOff(User usr) |
Modifier and Type | Method and Description |
---|---|
void |
Init.userLogIn(User usr)
When a user logs in this method is called.
|
void |
Init.userLogOff(User usr)
When a user logs off this method is called.
|
Modifier and Type | Method and Description |
---|---|
void |
InitInterface.userLogIn(User usr)
When a user logs in this method is called.
|
void |
InitInterface.userLogOff(User usr)
When a user logs off this method is called.
|
Modifier and Type | Method and Description |
---|---|
User |
Handler.getCurrentUser()
Get the current user that is inputing information.
|
User |
HTMLUserGenerator.getCurrentUser()
Get the logged in user, the one that is in theory receiving and
manipulating the dialogs.
|
Constructor and Description |
---|
HTMLUserGenerator(ModuleContext mc,
Properties props,
User usr)
Constructor for one Renderer on a certain file.
|
Constructor and Description |
---|
MessageLocaleHelper(ModuleContext mc,
User user,
List<URL> urlList)
This constructor should be used by Applications.
|
Constructor and Description |
---|
Dialog(User user,
String title)
Use this helper class to create a UIRequest that is easy to use.
|
Dialog(User user,
String title,
LevelRating priority,
PrivacyLevel privacy)
Use this helper class to create a UIRequest that is easy to use.
|
Dialog(User user,
String title,
Resource root)
Use this helper class to create a UIRequest that is easy to use.
|
Dialog(User user,
String title,
Resource root,
LevelRating priority,
PrivacyLevel privacy)
Use this helper class to create a UIRequest that is easy to use.
|
Message(User user,
String title,
String message)
Use this helper class to create a UIRequest that is easy to use.
|
Message(User user,
String title,
String message,
LevelRating priority,
PrivacyLevel privacy)
Use this helper class to create a UIRequest that is easy to use.
|
SubDialog(User user,
String title,
String parentDialogURI)
Use this helper class to create a UIRequest that is easy to use.
|
SubDialog(User user,
String title,
String parentDialogURI,
LevelRating priority,
PrivacyLevel privacy)
Use this helper class to create a UIRequest that is easy to use.
|
Copyright © 2018 universAAL Consortium. All rights reserved.