| java.lang.Object | |
| ↳ | org.springframework.security.access.vote.AbstractAccessDecisionManager |
Known Direct Subclasses
|
Abstract implementation of AccessDecisionManager.
AccessDecisionVoters and the access control behaviour if all voters
abstain from voting (defaults to deny access).
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| logger | |||||||||||
| messages | |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use constructor
| |||||||||||
Iterates through all
AccessDecisionVoters and ensures each can support the presented class. | |||||||||||
Indicates whether this
AccessDecisionManager is able to process authorization requests
presented with the passed ConfigAttribute. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.factory.InitializingBean
| |||||||||||
From interface
org.springframework.context.MessageSourceAware
| |||||||||||
From interface
org.springframework.security.access.AccessDecisionManager
| |||||||||||
This method is deprecated.
Use constructor
Iterates through all AccessDecisionVoters and ensures each can support the presented class.
false is returned.
| clazz | the type of secured object being presented |
|---|
Indicates whether this AccessDecisionManager is able to process authorization requests
presented with the passed ConfigAttribute.
This allows the
AbstractSecurityInterceptor to check every configuration attribute can be consumed by the
configured AccessDecisionManager and/or RunAsManager and/or
AfterInvocationManager.
| attribute | a configuration attribute that has been configured against the
AbstractSecurityInterceptor |
|---|
AccessDecisionManager can support the passed configuration attribute