| org.springframework.security.access.AfterInvocationProvider |
Known Indirect Subclasses
|
Indicates a class is responsible for participating in an AfterInvocationProviderManager decision.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Indicates whether the
AfterInvocationProvider is able to provide "after invocation"
processing for the indicated secured object type. | |||||||||||
Indicates whether this
AfterInvocationProvider is able to participate in a decision
involving the passed ConfigAttribute. | |||||||||||
| AccessDeniedException |
|---|
Indicates whether the AfterInvocationProvider is able to provide "after invocation"
processing for the indicated secured object type.
| clazz | the class of secure object that is being queried |
|---|
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.
| attribute | a configuration attribute that has been configured against the
AbstractSecurityInterceptor |
|---|
AfterInvocationProvider can support the passed configuration attribute