|
|||||||||
| Home >> All >> org >> [ acegisecurity overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity
Interface AccessDecisionManager

- public interface AccessDecisionManager
Makes a final access control (authorization) decision.
- Version:
- $Id: AccessDecisionManager.java,v 1.8 2005/11/17 00:55:49 benalex Exp $
| Method Summary | |
void |
decide(Authentication authentication,
java.lang.Object object,
ConfigAttributeDefinition config)
Resolves an access control decision for the passed parameters. |
boolean |
supports(ConfigAttribute attribute)
Indicates whether this AccessDecisionManager is able to
process authorization requests presented with the passed
ConfigAttribute. |
| Method Detail |
decide
public void decide(Authentication authentication, java.lang.Object object, ConfigAttributeDefinition config) throws AccessDeniedException, InsufficientAuthenticationException
- Resolves an access control decision for the passed parameters.
supports
public boolean supports(ConfigAttribute attribute)
- Indicates whether this
AccessDecisionManageris able to process authorization requests presented with the passedConfigAttribute.This allows the
AbstractSecurityInterceptorto check every configuration attribute can be consumed by the configuredAccessDecisionManagerand/orRunAsManagerand/orAfterInvocationManager.
|
|||||||||
| Home >> All >> org >> [ acegisecurity overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC