public class MvcEndpointSecurityInterceptor extends HandlerInterceptorAdapter
Constructor and Description |
---|
MvcEndpointSecurityInterceptor(boolean secure,
List<String> roles) |
Modifier and Type | Method and Description |
---|---|
boolean |
preHandle(HttpServletRequest request,
HttpServletResponse response,
Object handler) |
afterCompletion, afterConcurrentHandlingStarted, postHandle
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception
preHandle
in interface HandlerInterceptor
preHandle
in class HandlerInterceptorAdapter
Exception
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.