Package org.apereo.cas.oidc.web
Class OidcSecurityInterceptor
- java.lang.Object
-
- org.springframework.web.servlet.handler.HandlerInterceptorAdapter
-
- org.pac4j.springframework.web.SecurityInterceptor
-
- org.apereo.cas.oidc.web.OidcSecurityInterceptor
-
- All Implemented Interfaces:
org.springframework.web.servlet.AsyncHandlerInterceptor,org.springframework.web.servlet.HandlerInterceptor
public class OidcSecurityInterceptor extends org.pac4j.springframework.web.SecurityInterceptorThis isOidcSecurityInterceptor.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description OidcSecurityInterceptor(org.pac4j.core.config.Config config, java.lang.String name, OidcAuthorizationRequestSupport support)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanpreHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object handler)-
Methods inherited from class org.pac4j.springframework.web.SecurityInterceptor
getAuthorizers, getClients, getConfig, getMatchers, getMultiProfile, getSecurityLogic, setAuthorizers, setClients, setConfig, setMatchers, setMultiProfile, setSecurityLogic
-
-
-
-
Constructor Detail
-
OidcSecurityInterceptor
public OidcSecurityInterceptor(org.pac4j.core.config.Config config, java.lang.String name, OidcAuthorizationRequestSupport support)
-
-
Method Detail
-
preHandle
public boolean preHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object handler) throws java.lang.Exception- Specified by:
preHandlein interfaceorg.springframework.web.servlet.HandlerInterceptor- Overrides:
preHandlein classorg.pac4j.springframework.web.SecurityInterceptor- Throws:
java.lang.Exception
-
-