Uses of Interface
org.apache.deltaspike.security.api.authorization.AccessDecisionVoterContext

Packages that use AccessDecisionVoterContext
org.apache.deltaspike.security.api.authorization   
org.apache.deltaspike.security.spi.authorization   
 

Uses of AccessDecisionVoterContext in org.apache.deltaspike.security.api.authorization
 

Methods in org.apache.deltaspike.security.api.authorization with parameters of type AccessDecisionVoterContext
 Set<SecurityViolation> AccessDecisionVoter.checkPermission(AccessDecisionVoterContext accessDecisionVoterContext)
          Checks the permission for the given InvocationContext.
 

Uses of AccessDecisionVoterContext in org.apache.deltaspike.security.spi.authorization
 

Subinterfaces of AccessDecisionVoterContext in org.apache.deltaspike.security.spi.authorization
 interface EditableAccessDecisionVoterContext
          Interface which allows to provide a custom AccessDecisionVoterContext implementation
 



Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.