| java.lang.Object |
| ↳ |
org.springframework.security.acls.afterinvocation.AbstractAclProvider |
Known Direct Subclasses
|
Fields
protected
String
processConfigAttribute
protected
Class<?>
processDomainObjectClass
Public Constructors
Public Methods
public
void
setProcessDomainObjectClass
(Class<?> processDomainObjectClass)
public
boolean
supports
(Class<?> clazz)
This implementation supports any type of class, because it does not query the presented secure object.
public
boolean
supports
(ConfigAttribute attribute)
Indicates whether this AfterInvocationProvider is able to participate in a decision
involving the passed ConfigAttribute.
This allows the
AbstractSecurityInterceptor to check every configuration attribute can be consumed by the
configured AccessDecisionManager and/or RunAsManager and/or
AccessDecisionManager.
Parameters
| attribute
| a configuration attribute that has been configured against the
AbstractSecurityInterceptor |
Returns
- true if this
AfterInvocationProvider can support the passed configuration attribute
Protected Methods
protected
Class<?>
getProcessDomainObjectClass
()
protected
void
setProcessConfigAttribute
(String processConfigAttribute)