org.openpermis.xacml.io
Interface XacmlWriter

All Known Implementing Classes:
BasicXacmlWriter

public interface XacmlWriter

A writer for xacml.

Since:
0.4.0

Method Summary
 String writeResponse(org.openpermis.policy.AccessDecision decision, XacmlStatus status)
          Writes a permis access decision to an xacml response.
 

Method Detail

writeResponse

String writeResponse(org.openpermis.policy.AccessDecision decision,
                     XacmlStatus status)
Writes a permis access decision to an xacml response. If the decision is null an appropriate response is generated (Used to signal an exception).

Parameters:
decision - the access decision, may be null.
status - the status, may be null.
Returns:
the xacml response.


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:17:56
Copyright (c) 2002-2007 Ergon Informatik AG