Interface IInternalAuthentication
- All Superinterfaces:
IAuthentication
- All Known Subinterfaces:
IInCoreAuthentication
-
Method Summary
Modifier and TypeMethodDescriptionvalidateCredentials(String login, String origin, String password) Validate credential, always accept plain passwordMethods inherited from interface net.bluemind.authentication.api.IAuthentication
backchannelLogout, getCurrentUser, login, loginWithParams, logout, ping, su, suWithParams, validate
-
Method Details
-
validateCredentials
@POST @Path("validatecredential") ValidationKind validateCredentials(@QueryParam("login") String login, @QueryParam("origin") String origin, String password) throws ServerFault Validate credential, always accept plain password- Parameters:
origin- Blue Mind application from which user try to log inpassword- user passworduser- user login- Returns:
LoginResponse- Throws:
ServerFault
-