Uses of Class
net.bluemind.authentication.api.LoginResponse
-
Uses of LoginResponse in net.bluemind.authentication.api
Modifier 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) Modifier and TypeMethodDescriptionIAuthenticationPromise.loginWithParams
(String login, String password, String origin, Boolean interactive) IAuthenticationPromise.suWithParams
(String login, Boolean interactive) Modifier 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)