|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessDeniedException | |
---|---|
org.acegisecurity | Provides core Acegi Security System for Spring interfaces and classes. |
org.acegisecurity.afterinvocation | Used for post-processing of an object returned from a secure object invocation. |
org.acegisecurity.event.authorization | Provides support objects for security event interception (ie authorization). |
org.acegisecurity.ui | Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). |
org.acegisecurity.vote | Implements a vote-based approach to authorization decisions. |
Uses of AccessDeniedException in org.acegisecurity |
---|
Subclasses of AccessDeniedException in org.acegisecurity | |
---|---|
class |
AuthorizationServiceException
Thrown if an authorization request could not be processed due to a system problem. |
Methods in org.acegisecurity that throw AccessDeniedException | |
---|---|
void |
AccessDecisionManager.decide(Authentication authentication,
java.lang.Object object,
ConfigAttributeDefinition config)
Resolves an access control decision for the passed parameters. |
java.lang.Object |
AfterInvocationManager.decide(Authentication authentication,
java.lang.Object object,
ConfigAttributeDefinition config,
java.lang.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.acegisecurity.afterinvocation |
---|
Methods in org.acegisecurity.afterinvocation that throw AccessDeniedException | |
---|---|
java.lang.Object |
AclEntryAfterInvocationProvider.decide(Authentication authentication,
java.lang.Object object,
ConfigAttributeDefinition config,
java.lang.Object returnedObject)
|
java.lang.Object |
AclEntryAfterInvocationCollectionFilteringProvider.decide(Authentication authentication,
java.lang.Object object,
ConfigAttributeDefinition config,
java.lang.Object returnedObject)
|
java.lang.Object |
AfterInvocationProviderManager.decide(Authentication authentication,
java.lang.Object object,
ConfigAttributeDefinition config,
java.lang.Object returnedObject)
|
java.lang.Object |
BasicAclEntryAfterInvocationProvider.decide(Authentication authentication,
java.lang.Object object,
ConfigAttributeDefinition config,
java.lang.Object returnedObject)
|
java.lang.Object |
BasicAclEntryAfterInvocationCollectionFilteringProvider.decide(Authentication authentication,
java.lang.Object object,
ConfigAttributeDefinition config,
java.lang.Object returnedObject)
|
java.lang.Object |
AfterInvocationProvider.decide(Authentication authentication,
java.lang.Object object,
ConfigAttributeDefinition config,
java.lang.Object returnedObject)
|
Uses of AccessDeniedException in org.acegisecurity.event.authorization |
---|
Methods in org.acegisecurity.event.authorization that return AccessDeniedException | |
---|---|
AccessDeniedException |
AuthorizationFailureEvent.getAccessDeniedException()
|
Constructors in org.acegisecurity.event.authorization with parameters of type AccessDeniedException | |
---|---|
AuthorizationFailureEvent(java.lang.Object secureObject,
ConfigAttributeDefinition configAttribs,
Authentication authentication,
AccessDeniedException accessDeniedException)
Construct the event. |
Uses of AccessDeniedException in org.acegisecurity.ui |
---|
Methods in org.acegisecurity.ui with parameters of type AccessDeniedException | |
---|---|
void |
AccessDeniedHandlerImpl.handle(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
AccessDeniedException accessDeniedException)
|
void |
AccessDeniedHandler.handle(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
AccessDeniedException accessDeniedException)
Handles an access denied failure. |
Uses of AccessDeniedException in org.acegisecurity.vote |
---|
Methods in org.acegisecurity.vote that throw AccessDeniedException | |
---|---|
void |
ConsensusBased.decide(Authentication authentication,
java.lang.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 |
UnanimousBased.decide(Authentication authentication,
java.lang.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 |
AffirmativeBased.decide(Authentication authentication,
java.lang.Object object,
ConfigAttributeDefinition config)
This concrete implementation simply polls all configured AccessDecisionVoter s and grants access
if any AccessDecisionVoter voted affirmatively. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |