public interface PunchOutUserAuthenticationService
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(java.lang.String userId,
boolean isSeamlessLogin,
PunchOutSession punchOutSession,
HttpServletRequest request,
HttpServletResponse response)
Authenticates a user.
|
void |
logout()
Logs out the user.
|
void authenticate(java.lang.String userId,
boolean isSeamlessLogin,
PunchOutSession punchOutSession,
HttpServletRequest request,
HttpServletResponse response)
userId - The user to be authenticated.isSeamlessLogin - True if this is a seamless login request.punchOutSession - The punch out session.response - Servlet response.request - Servlet request.void logout()
Copyright © 2018 SAP SE. All Rights Reserved.