public interface AngularAuthenticationStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
login(HttpServletRequest request,
HttpServletResponse response)
Generates a new token and sets it as a cookie and session attribute
|
void |
logout(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication)
Removes the token from the cookies and DB
|
void login(HttpServletRequest request,
HttpServletResponse response)
request - response - void logout(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication)
request - response - Copyright © 2018 SAP SE. All Rights Reserved.