|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessDeniedException | |
---|---|
org.springframework.security | Provides core Spring Security interfaces and classes. |
org.springframework.security.afterinvocation | Used for post-processing of an object returned from a secure object invocation. |
org.springframework.security.event.authorization | Provides support objects for security event interception (ie authorization). |
org.springframework.security.ui | Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). |
org.springframework.security.vote | Implements a vote-based approach to authorization decisions. |
Uses of AccessDeniedException in org.springframework.security |
---|
Subclasses of AccessDeniedException in org.springframework.security | |
---|---|
class |
AuthorizationServiceException
Thrown if an authorization request could not be processed due to a system problem. |
Methods in org.springframework.security that throw AccessDeniedException | |
---|---|
void |
AccessDecisionManager.decide(Authentication authentication,
Object object,
ConfigAttributeDefinition config)
Resolves an access control decision for the passed parameters. |
Object |
AfterInvocationManager.decide(Authentication authentication,
Object object,
ConfigAttributeDefinition config,
Object returnedObject)
Given the details of a secure object invocation including its returned Object , make an
access control decision or optionally modify the returned Object . |
Uses of AccessDeniedException in org.springframework.security.afterinvocation |
---|
Methods in org.springframework.security.afterinvocation that throw AccessDeniedException | |
---|---|
Object |
AclEntryAfterInvocationProvider.decide(Authentication authentication,
Object object,
ConfigAttributeDefinition config,
Object returnedObject)
|
Object |
AclEntryAfterInvocationCollectionFilteringProvider.decide(Authentication authentication,
Object object,
ConfigAttributeDefinition config,
Object returnedObject)
|
Object |
BasicAclEntryAfterInvocationProvider.decide(Authentication authentication,
Object object,
ConfigAttributeDefinition config,
Object returnedObject)
Deprecated. |
Object |
BasicAclEntryAfterInvocationCollectionFilteringProvider.decide(Authentication authentication,
Object object,
ConfigAttributeDefinition config,
Object returnedObject)
Deprecated. |
Object |
AfterInvocationProviderManager.decide(Authentication authentication,
Object object,
ConfigAttributeDefinition config,
Object returnedObject)
|
Object |
AfterInvocationProvider.decide(Authentication authentication,
Object object,
ConfigAttributeDefinition config,
Object returnedObject)
|
Uses of AccessDeniedException in org.springframework.security.event.authorization |
---|
Methods in org.springframework.security.event.authorization that return AccessDeniedException | |
---|---|
AccessDeniedException |
AuthorizationFailureEvent.getAccessDeniedException()
|
Constructors in org.springframework.security.event.authorization with parameters of type AccessDeniedException | |
---|---|
AuthorizationFailureEvent(Object secureObject,
ConfigAttributeDefinition configAttribs,
Authentication authentication,
AccessDeniedException accessDeniedException)
Construct the event. |
Uses of AccessDeniedException in org.springframework.security.ui |
---|
Methods in org.springframework.security.ui with parameters of type AccessDeniedException | |
---|---|
void |
AccessDeniedHandlerImpl.handle(ServletRequest request,
ServletResponse response,
AccessDeniedException accessDeniedException)
|
void |
AccessDeniedHandler.handle(ServletRequest request,
ServletResponse response,
AccessDeniedException accessDeniedException)
Handles an access denied failure. |
Uses of AccessDeniedException in org.springframework.security.vote |
---|
Methods in org.springframework.security.vote that throw AccessDeniedException | |
---|---|
void |
UnanimousBased.decide(Authentication authentication,
Object object,
ConfigAttributeDefinition config)
This concrete implementation polls all configured AccessDecisionVoter s for each ConfigAttribute and grants access if only grant votes were received. |
void |
ConsensusBased.decide(Authentication authentication,
Object object,
ConfigAttributeDefinition config)
This concrete implementation simply polls all configured AccessDecisionVoter s and upon
completion determines the consensus of granted vs denied responses. |
void |
AffirmativeBased.decide(Authentication authentication,
Object object,
ConfigAttributeDefinition config)
This concrete implementation simply polls all configured AccessDecisionVoter s and grants access
if any AccessDecisionVoter voted affirmatively. |
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |