org.openpermis.xacml
Interface XacmlAuthorizationService

All Known Implementing Classes:
BasicXacmlAuthorizationService

public interface XacmlAuthorizationService

A service to perform XACML request/response authorization decisions.

Since:
0.4.0

Method Summary
 Writer getAccessDescision(Reader request, Writer response)
          Evaluates an xacml request and returns an xacml response.
 

Method Detail

getAccessDescision

Writer getAccessDescision(Reader request,
                          Writer response)
                          throws IOException
Evaluates an xacml request and returns an xacml response.

Parameters:
request - the authorization request.
response - the authorization response.
Returns:
the authorization response.
Throws:
IOException - indicates a io problem of Reader or Writer. decision.
Since:
0.4.0


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