Uses of Class
org.glite.authz.common.model.Request

Packages that use Request
org.glite.authz.common.model This model serves as a simplified XACML model and is used as the Hessian object model used to communicate between the PEP client and daemon. 
org.glite.authz.pep.obligation Obligation Handler (OH) interface for the PEP client and daemon. 
org.glite.authz.pep.pip Policy Information Point (PIP) interface for the PEP client and daemon. 
 

Uses of Request in org.glite.authz.common.model
 

Methods in org.glite.authz.common.model that return Request
 Request Response.getRequest()
          Gets the effective request that led to the given results.
 

Methods in org.glite.authz.common.model with parameters of type Request
 void Response.setRequest(Request effectiveRequest)
          Sets the effective request that led to the given results.
 

Uses of Request in org.glite.authz.pep.obligation
 

Methods in org.glite.authz.pep.obligation with parameters of type Request
 boolean ObligationHandler.evaluateObligation(Request request, Result result)
          Evaluates the obligation represented by this handler.
 

Uses of Request in org.glite.authz.pep.pip
 

Methods in org.glite.authz.pep.pip with parameters of type Request
 boolean PolicyInformationPoint.populateRequest(Request request)
          Populates the request with information gathered by this information point.
 



Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.