Package org.springframework.security.access
package org.springframework.security.access
Core access-control related code, including security metadata related classes,
interception code, access control annotations, EL support and voter-based
implementations of the central
AccessDecisionManager
interface.-
ClassDescriptionMakes a final access control (authorization) decision.Indicates a class is responsible for voting on authorization decisions.Thrown if an
Authentication
object does not hold a required authority.Indicates a class is responsible for participating in anAfterInvocationProviderManager
decision.Thrown if an authorization request could not be processed due to a system problem.Stores a security system related configuration attribute.Allows permissions to be pre-cached when using pre or post filtering with expressionsStrategy used in expression evaluation to determine whether a user has a permission or permissions for a given domain object.Stores aConfigAttribute
as aString
.Implemented by classes that store and can identify theConfigAttribute
s that applies to a given secure object invocation.