public class AngularAuthenticationSuccessHandler
extends java.lang.Object
AuthenticationSuccessHandler used to generate OAuth token and set it in the user's
session| Constructor and Description |
|---|
AngularAuthenticationSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected AngularAuthenticationStrategy |
getAngularAuthenticationStrategy() |
protected AuthenticationSuccessHandler |
getAuthenticationSuccessHandler() |
void |
onAuthenticationSuccess(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication) |
void |
setAngularAuthenticationStrategy(AngularAuthenticationStrategy angularAuthenticationStrategy) |
void |
setAuthenticationSuccessHandler(AuthenticationSuccessHandler authenticationSuccessHandler) |
public void onAuthenticationSuccess(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication)
throws java.io.IOException,
ServletException
java.io.IOExceptionServletExceptionprotected AuthenticationSuccessHandler getAuthenticationSuccessHandler()
public void setAuthenticationSuccessHandler(AuthenticationSuccessHandler authenticationSuccessHandler)
protected AngularAuthenticationStrategy getAngularAuthenticationStrategy()
public void setAngularAuthenticationStrategy(AngularAuthenticationStrategy angularAuthenticationStrategy)
Copyright © 2018 SAP SE. All Rights Reserved.