org.n52.security.decision
Interface DecisionService
- All Known Subinterfaces:
- PDPProxy
public interface DecisionService
Interface DecisionService is the main interface for decision makeing within 52-North.
It can be implemented as proxy services, which delegate the decisions to remote services,
or by inprocess decision services.
- Version:
- $Revision: $
- Author:
- Marko Reiprecht
Created on 24.07.2008
request
PDPResponseCollection request(PDPRequestCollection reqCol)
throws DecisionProcessingException
- Executes a decision request.
- Parameters:
reqCol
- a ollection of decision requests.
- Returns:
- a collection of decision responses with appropriate decisions.
- Throws:
DecisionProcessingException
- if the request can't be processed.
Copyright © 2004-2009 52north.org. All Rights Reserved.