Uses of Interface
dev.galasa.framework.spi.auth.IUser
-
Uses of IUser in dev.galasa.framework.spi.auth
Modifier and TypeMethodDescriptionRetrieves a user record in the users store's database.Retrieves a user record in the users database.IAuthStore.getUserByLoginId
(String loginId) Retrieves a user record in the users store's database.IAuthStoreService.getUserByLoginId
(String loginId) Retrieves a user record in the users database.IAuthStore.updateUser
(IUser user) Updates a user record in the users store's database.IAuthStoreService.updateUser
(IUser user) Updates a user record in the users store's database.Modifier and TypeMethodDescriptionIAuthStore.getAllUsers()
Returns a list of all the users using the system.IAuthStoreService.getAllUsers()
Returns a list of all the users using the system.Modifier and TypeMethodDescriptionvoid
IAuthStore.deleteUser
(IUser user) void
IAuthStoreService.deleteUser
(IUser user) IAuthStore.updateUser
(IUser user) Updates a user record in the users store's database.IAuthStoreService.updateUser
(IUser user) Updates a user record in the users store's database.