Uses of Class
net.bluemind.user.api.User
Packages that use User
-
Uses of User in net.bluemind.authentication.api
Fields in net.bluemind.authentication.api declared as UserMethods in net.bluemind.authentication.api with parameters of type User -
Uses of User in net.bluemind.user.api
Methods in net.bluemind.user.api that return UserMethods in net.bluemind.user.api that return types with arguments of type UserModifier and TypeMethodDescriptionFetches aUser
by its emailFetches aUser
by its external idFetches aUser
by its loginIUser.getComplete
(String uid) Fetches aUser
by its unique idIUserPromise.getComplete
(String uid) Methods in net.bluemind.user.api with parameters of type UserModifier and TypeMethodDescriptionvoid
Creates a newUser
with the given uid.void
IUserAsync.create
(String uid, User user, AsyncHandler<Void> handler) void
IUser.createWithExtId
(String uid, String extId, User user) Creates a newUser
with the given uid.void
IUserAsync.createWithExtId
(String uid, String extid, User user, AsyncHandler<Void> handler) IUserPromise.createWithExtId
(String uid, String extid, User user) void
Modifies an existingUser
void
IUserAsync.update
(String uid, User user, AsyncHandler<Void> handler) Method parameters in net.bluemind.user.api with type arguments of type UserModifier and TypeMethodDescriptionvoid
IUserAsync.byEmail
(String email, AsyncHandler<ItemValue<User>> handler) void
IUserAsync.byExtId
(String extid, AsyncHandler<ItemValue<User>> handler) void
IUserAsync.byLogin
(String login, AsyncHandler<ItemValue<User>> handler) void
IUserAsync.getComplete
(String uid, AsyncHandler<ItemValue<User>> handler) boolean
IPasswordUpdater.update
(SecurityContext context, String domainUid, ItemValue<User> user, ChangePassword password)