public interface PunchOutUserAuthenticationStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(UserModel user,
HttpServletRequest request,
HttpServletResponse response)
Authenticates a user into the system.
|
void |
logout()
Logs out a user from the system.
|
void authenticate(UserModel user, HttpServletRequest request, HttpServletResponse response)
user - the userrequest - the HTTP requestresponse - the HTTP responsevoid logout()
Copyright © 2018 SAP SE. All Rights Reserved.