[Sunxacml-commit] sunxacml overview.html,1.1.1.1,1.2
Brought to you by:
farrukh_najmi,
sethp
From: <se...@us...> - 2003-08-26 13:11:35
|
Update of /cvsroot/sunxacml/sunxacml In directory sc8-pr-cvs1:/tmp/cvs-serv22455 Modified Files: overview.html Log Message: added note about encoding Index: overview.html =================================================================== RCS file: /cvsroot/sunxacml/sunxacml/overview.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** overview.html 13 Feb 2003 22:19:10 -0000 1.1.1.1 --- overview.html 25 Aug 2003 16:53:47 -0000 1.2 *************** *** 1,8 **** <body> ! This is an implementation of the OASIS XACML 1.0 standard. It supports the full specification including parsing policies, managing requests and responses, processing policies against requests, adding new attribute types and functions, and providing modules for hooking into external services. This is an OpenSource project started by Sun Microsystems. </body> --- 1,18 ---- <body> ! This is an implementation of the OASIS XACML 1.1 standard. It supports the full specification including parsing policies, managing requests and responses, processing policies against requests, adding new attribute types and functions, and providing modules for hooking into external services. This is an OpenSource project started by Sun Microsystems. + <p> + NOTE: The classes in this project support parsing all the XACML types + and support being encoded back into their XML form. At present, this + is being done by hand, and with limited functionality. These routines + will be useful for people who want to parse policies and requests, or + for those who want to build tools that create XACML structures, but + they are only being provided as a temporary measure until a more + robust system can be introduced. As such, consider all the + <code>getInstance</code> and <code>encode</code> methods to be in a + state of flux. </body> |