Uses of Class
net.bluemind.user.api.UserAccount
-
Uses of UserAccount in net.bluemind.system.api
Modifier and TypeMethodDescriptionIExternalSystem.testConnection
(String systemIdentifier, UserAccount account) void
IExternalSystemAsync.testConnection
(String systemIdentifier, UserAccount account, AsyncHandler<ConnectionTestStatus> handler) IExternalSystemPromise.testConnection
(String systemIdentifier, UserAccount account) -
Uses of UserAccount in net.bluemind.user.api
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
IUserExternalAccount.create
(String systemIdentifier, UserAccount account) void
IUserExternalAccountAsync.create
(String system, UserAccount account, AsyncHandler<Void> handler) IUserExternalAccountPromise.create
(String system, UserAccount account) void
IUserExternalAccount.update
(String systemIdentifier, UserAccount account) void
IUserExternalAccountAsync.update
(String system, UserAccount account, AsyncHandler<Void> handler) IUserExternalAccountPromise.update
(String system, UserAccount account) Modifier and TypeMethodDescriptionvoid
IUserExternalAccountAsync.get
(String system, AsyncHandler<UserAccount> handler) ModifierConstructorDescriptionUserAccount
(UserAccount account) UserAccountInfo
(UserAccount account, String systemIdentifier)