public interface UserLoginService
Modifier and Type | Method and Description |
---|---|
void |
loginUser(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String clientId,
String username,
String password)
Login a user outside of the filter chain
|
void loginUser(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String clientId, String username, String password)
request
- The HttpServletRequest
that prompted the login requestresponse
- The HttpServletResponse
for the given HttpServletRequest
clientId
- The client id that the user belongs tousername
- The user's usernamepassword
- The user's unencoded passwordCopyright © 2021. All rights reserved.