Uses of Interface
dev.galasa.framework.spi.auth.IUser
Packages that use IUser
-
Uses of IUser in dev.galasa.framework.spi.auth
Methods in dev.galasa.framework.spi.auth that return IUserModifier 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.Methods in dev.galasa.framework.spi.auth that return types with arguments of type IUserModifier 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.Methods in dev.galasa.framework.spi.auth with parameters of type IUserModifier 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.