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, setValidateConfigAttributes
public Class getSecureObjectClass()
getSecureObjectClass
in class org.acegisecurity.intercept.AbstractSecurityInterceptor
public org.acegisecurity.intercept.ObjectDefinitionSource obtainObjectDefinitionSource()
obtainObjectDefinitionSource
in class org.acegisecurity.intercept.AbstractSecurityInterceptor
public void destroy()
destroy
in interface com.opensymphony.xwork2.interceptor.Interceptor
public void init()
init
in interface com.opensymphony.xwork2.interceptor.Interceptor
public String intercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
intercept
in interface com.opensymphony.xwork2.interceptor.Interceptor
Exception
public void setObjectDefinitionSource(ActionInvocationDefinitionSource objectDefinitionSource)
public void setOverrideAuthorities(org.acegisecurity.GrantedAuthority[] overrideAuthorities)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.