Uses of Package
org.springframework.security.access

Packages that use org.springframework.security.access
org.springframework.security.access Core access-control related code, including security metadata related classes interception code Security access control annotations Voter-based AccessDecisionManager implementations  
org.springframework.security.access.annotation   
org.springframework.security.access.event   
org.springframework.security.access.expression.method   
org.springframework.security.access.intercept Actually enforces the security and ties the whole security system together. 
org.springframework.security.access.intercept.aopalliance Enforces security for AOP Alliance MethodInvocations, such as via Spring AOP. 
org.springframework.security.access.intercept.aspectj Enforces security for AspectJ JointPoints, delegating secure object callbacks to the calling aspect. 
org.springframework.security.access.method Provides support objects for securing Java method invocations via different AOP libraries. 
org.springframework.security.access.prepost Contains the infrastructure classes for handling the @PreAuthorize, @PreFilter, @PostAuthorize and 
org.springframework.security.access.vote Implements a vote-based approach to authorization decisions. 
org.springframework.security.acls   
org.springframework.security.acls.afterinvocation   
org.springframework.security.config.http   
org.springframework.security.web.access   
org.springframework.security.web.access.channel Classes that ensure web requests are received over required transport channels. 
org.springframework.security.web.access.expression   
org.springframework.security.web.access.intercept Enforces security for HTTP requests, typically by the URL requested. 
 

Classes in org.springframework.security.access used by org.springframework.security.access
AccessDeniedException
          Thrown if an Authentication object does not hold a required authority.
ConfigAttribute
          Stores a security system related configuration attribute.
 

Classes in org.springframework.security.access used by org.springframework.security.access.annotation
AccessDecisionVoter
          Indicates a class is responsible for voting on authorization decisions.
ConfigAttribute
          Stores a security system related configuration attribute.
SecurityConfig
          Stores a ConfigAttribute as a String.
SecurityMetadataSource
          Implemented by classes that store and can identify the ConfigAttributes that applies to a given secure object invocation.
 

Classes in org.springframework.security.access used by org.springframework.security.access.event
AccessDeniedException
          Thrown if an Authentication object does not hold a required authority.
ConfigAttribute
          Stores a security system related configuration attribute.
 

Classes in org.springframework.security.access used by org.springframework.security.access.expression.method
AccessDeniedException
          Thrown if an Authentication object does not hold a required authority.
PermissionEvaluator
          Strategy used in expression evaluation to determine whether a user has a permission or permissions for a given domain object.
 

Classes in org.springframework.security.access used by org.springframework.security.access.intercept
AccessDecisionManager
          Makes a final access control (authorization) decision.
AccessDeniedException
          Thrown if an Authentication object does not hold a required authority.
AfterInvocationProvider
          Indicates a class is responsible for participating in an AfterInvocationProviderManager decision.
ConfigAttribute
          Stores a security system related configuration attribute.
SecurityMetadataSource
          Implemented by classes that store and can identify the ConfigAttributes that applies to a given secure object invocation.
 

Classes in org.springframework.security.access used by org.springframework.security.access.intercept.aopalliance
SecurityMetadataSource
          Implemented by classes that store and can identify the ConfigAttributes that applies to a given secure object invocation.
 

Classes in org.springframework.security.access used by org.springframework.security.access.intercept.aspectj
SecurityMetadataSource
          Implemented by classes that store and can identify the ConfigAttributes that applies to a given secure object invocation.
 

Classes in org.springframework.security.access used by org.springframework.security.access.method
ConfigAttribute
          Stores a security system related configuration attribute.
SecurityMetadataSource
          Implemented by classes that store and can identify the ConfigAttributes that applies to a given secure object invocation.
 

Classes in org.springframework.security.access used by org.springframework.security.access.prepost
AccessDecisionVoter
          Indicates a class is responsible for voting on authorization decisions.
AccessDeniedException
          Thrown if an Authentication object does not hold a required authority.
AfterInvocationProvider
          Indicates a class is responsible for participating in an AfterInvocationProviderManager decision.
ConfigAttribute
          Stores a security system related configuration attribute.
SecurityMetadataSource
          Implemented by classes that store and can identify the ConfigAttributes that applies to a given secure object invocation.
 

Classes in org.springframework.security.access used by org.springframework.security.access.vote
AccessDecisionManager
          Makes a final access control (authorization) decision.
AccessDecisionVoter
          Indicates a class is responsible for voting on authorization decisions.
AccessDeniedException
          Thrown if an Authentication object does not hold a required authority.
ConfigAttribute
          Stores a security system related configuration attribute.
 

Classes in org.springframework.security.access used by org.springframework.security.acls
AccessDecisionVoter
          Indicates a class is responsible for voting on authorization decisions.
ConfigAttribute
          Stores a security system related configuration attribute.
PermissionEvaluator
          Strategy used in expression evaluation to determine whether a user has a permission or permissions for a given domain object.
 

Classes in org.springframework.security.access used by org.springframework.security.acls.afterinvocation
AccessDeniedException
          Thrown if an Authentication object does not hold a required authority.
AfterInvocationProvider
          Indicates a class is responsible for participating in an AfterInvocationProviderManager decision.
ConfigAttribute
          Stores a security system related configuration attribute.
 

Classes in org.springframework.security.access used by org.springframework.security.config.http
ConfigAttribute
          Stores a security system related configuration attribute.
 

Classes in org.springframework.security.access used by org.springframework.security.web.access
AccessDeniedException
          Thrown if an Authentication object does not hold a required authority.
 

Classes in org.springframework.security.access used by org.springframework.security.web.access.channel
ConfigAttribute
          Stores a security system related configuration attribute.
 

Classes in org.springframework.security.access used by org.springframework.security.web.access.expression
AccessDecisionVoter
          Indicates a class is responsible for voting on authorization decisions.
ConfigAttribute
          Stores a security system related configuration attribute.
SecurityMetadataSource
          Implemented by classes that store and can identify the ConfigAttributes that applies to a given secure object invocation.
 

Classes in org.springframework.security.access used by org.springframework.security.web.access.intercept
ConfigAttribute
          Stores a security system related configuration attribute.
SecurityMetadataSource
          Implemented by classes that store and can identify the ConfigAttributes that applies to a given secure object invocation.
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.