Uses of Class
net.bluemind.authentication.api.LoginResponse
Packages that use LoginResponse
-
Uses of LoginResponse in net.bluemind.authentication.api
Methods in net.bluemind.authentication.api that return LoginResponseModifier and TypeMethodDescriptionTry to log in user into Blue-Mind and create valid session on successIAuthentication.loginWithParams
(String login, String password, String origin, Boolean interactive) Try to log in user into Blue-Mind and create valid session on successCreate Blue-Mind access token for requested user.
This token can be used for authenticate against Blue-Mind componentsIAuthentication.suWithParams
(String login, Boolean interactive) Methods in net.bluemind.authentication.api that return types with arguments of type LoginResponseModifier and TypeMethodDescriptionIAuthenticationPromise.loginWithParams
(String login, String password, String origin, Boolean interactive) IAuthenticationPromise.suWithParams
(String login, Boolean interactive) Method parameters in net.bluemind.authentication.api with type arguments of type LoginResponseModifier and TypeMethodDescriptionvoid
IAuthenticationAsync.login
(String login, String password, String origin, AsyncHandler<LoginResponse> handler) void
IAuthenticationAsync.loginWithParams
(String login, String password, String origin, Boolean interactive, AsyncHandler<LoginResponse> handler) void
IAuthenticationAsync.su
(String login, AsyncHandler<LoginResponse> handler) void
IAuthenticationAsync.suWithParams
(String login, Boolean interactive, AsyncHandler<LoginResponse> handler)