|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidPolicyException | |
org.glite.security.authz | This package contains the core gLite Authorization Framework providing an abstract policy evaluation runtime for integrating various policy engines with attribute authorities. |
org.glite.security.authz.pdp | This package contains Policy Decision Point (PDP) plugins for the gLite Authorization Framework, a BlackList PDP compares authenticated users against a blacklist that can be updated at runtime, a GridMap PDP checks if the authenticated user has a mapping in a gridmap file. |
org.glite.security.authz.providers | This package contains ServiceAutorizationChain providers for the gLite Authorization Framework, a PermitOverrides provider implements a policy combining algorithm that evaluates all PDPs in turn but stops the evaluation if a PDP returns a successful authorization result. |
Uses of InvalidPolicyException in org.glite.security.authz |
Methods in org.glite.security.authz that throw InvalidPolicyException | |
java.util.Collection |
SimpleServicePDP.getPolicy(org.w3c.dom.Node query)
gets the current policy of the PDP. |
java.util.Collection |
SimpleServicePDP.setPolicy(org.w3c.dom.Node policy)
sets the current policy of the PDP. |
java.util.Collection |
ServiceAuthorizationChainSpi.engineGetPolicy(org.w3c.dom.Node policy)
gets the policies of all the PDPs in this chain. |
java.util.Collection |
ServiceAuthorizationChainSpi.engineSetPolicy(org.w3c.dom.Node policy)
sets the policies of all the PDPs in this chain. |
java.util.Collection |
ServicePAP.getPolicy(org.w3c.dom.Node query)
gets the current policy of the PDP. |
java.util.Collection |
ServicePAP.setPolicy(org.w3c.dom.Node policy)
sets the current policy of the PDP. |
java.util.Collection |
ServiceAuthorizationChain.getPolicy(org.w3c.dom.Node policy)
gets the policies of all the PDPs in this chain. |
java.util.Collection |
ServiceAuthorizationChain.setPolicy(org.w3c.dom.Node policy)
sets the policies of all the PDPs in this chain. |
Uses of InvalidPolicyException in org.glite.security.authz.pdp |
Methods in org.glite.security.authz.pdp that throw InvalidPolicyException | |
org.w3c.dom.Node |
VomsServicePDP.getPolicy(org.w3c.dom.Node node)
|
org.w3c.dom.Node |
VomsServicePDP.setPolicy(org.w3c.dom.Node node)
|
Uses of InvalidPolicyException in org.glite.security.authz.providers |
Methods in org.glite.security.authz.providers that throw InvalidPolicyException | |
java.util.Collection |
AbstractChain.engineGetPolicy(org.w3c.dom.Node policy)
gets the policies of all the PDPs in this chain. |
java.util.Collection |
AbstractChain.engineSetPolicy(org.w3c.dom.Node policy)
sets the policies of all the PDPs in this chain. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |