public class AngularLogoutSuccessHandler
extends java.lang.Object
LogoutSuccessHandler used to invalidate OAuth token remove it from user's session| Constructor and Description |
|---|
AngularLogoutSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected AngularAuthenticationStrategy |
getAngularAuthenticationStrategy() |
protected LogoutSuccessHandler |
getLogoutSuccessHandler() |
void |
onLogoutSuccess(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication) |
void |
setAngularAuthenticationStrategy(AngularAuthenticationStrategy angularAuthenticationStrategy) |
void |
setLogoutSuccessHandler(LogoutSuccessHandler logoutSuccessHandler) |
public void onLogoutSuccess(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication)
throws java.io.IOException,
ServletException
java.io.IOExceptionServletExceptionprotected LogoutSuccessHandler getLogoutSuccessHandler()
public void setLogoutSuccessHandler(LogoutSuccessHandler logoutSuccessHandler)
protected AngularAuthenticationStrategy getAngularAuthenticationStrategy()
public void setAngularAuthenticationStrategy(AngularAuthenticationStrategy angularAuthenticationStrategy)
Copyright © 2018 SAP SE. All Rights Reserved.