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.


PERMIS Role Based Access Control 0.4.0 (Build 15)
2009/05/20 08:15:45
Copyright (c) 2002-2007 Ergon Informatik AG