public class WebworkSecurityInterceptor
extends org.acegisecurity.intercept.AbstractSecurityInterceptor
implements com.opensymphony.xwork2.interceptor.Interceptor
| Constructor and Description |
|---|
WebworkSecurityInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Class |
getSecureObjectClass() |
void |
init() |
String |
intercept(com.opensymphony.xwork2.ActionInvocation invocation) |
org.acegisecurity.intercept.ObjectDefinitionSource |
obtainObjectDefinitionSource() |
void |
setObjectDefinitionSource(ActionInvocationDefinitionSource objectDefinitionSource) |
void |
setOverrideAuthorities(org.acegisecurity.GrantedAuthority[] overrideAuthorities) |
afterInvocation, afterPropertiesSet, beforeInvocation, getAccessDecisionManager, getAfterInvocationManager, getAuthenticationManager, getRunAsManager, isAlwaysReauthenticate, isRejectPublicInvocations, isValidateConfigAttributes, setAccessDecisionManager, setAfterInvocationManager, setAlwaysReauthenticate, setApplicationEventPublisher, setAuthenticationManager, setMessageSource, setRejectPublicInvocations, setRunAsManager, setValidateConfigAttributespublic Class getSecureObjectClass()
getSecureObjectClass in class org.acegisecurity.intercept.AbstractSecurityInterceptorpublic org.acegisecurity.intercept.ObjectDefinitionSource obtainObjectDefinitionSource()
obtainObjectDefinitionSource in class org.acegisecurity.intercept.AbstractSecurityInterceptorpublic void destroy()
destroy in interface com.opensymphony.xwork2.interceptor.Interceptorpublic void init()
init in interface com.opensymphony.xwork2.interceptor.Interceptorpublic String intercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
intercept in interface com.opensymphony.xwork2.interceptor.InterceptorExceptionpublic void setObjectDefinitionSource(ActionInvocationDefinitionSource objectDefinitionSource)
public void setOverrideAuthorities(org.acegisecurity.GrantedAuthority[] overrideAuthorities)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.