java.lang.Object | |
↳ | org.springframework.security.access.vote.AbstractAccessDecisionManager |
![]() |
Abstract implementation of AccessDecisionManager
.
AccessDecisionVoter
s 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
AccessDecisionVoter s 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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This method is deprecated.
Use constructor
Iterates through all AccessDecisionVoter
s 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