Author: cschneider
Date: Tue Jul 15 16:02:44 2014
New Revision: 1610732
URL: http://svn.apache.org/r1610732
Log:
ARIES-1226 Fix in docs
Modified:
aries/trunk/blueprint/blueprint-authz/README.md
Modified: aries/trunk/blueprint/blueprint-authz/README.md
URL:
http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-authz/README.md?rev=1610732&r1=1610731&r2=1610732&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-authz/README.md (original)
+++ aries/trunk/blueprint/blueprint-authz/README.md Tue Jul 15 16:02:44 2014
@@ -3,7 +3,7 @@ Blueprint extension for role based acces
An aries blueprint extension that supports role based access control based on
a JAAS login and the JEE @RolesAllowed annotation.
-install -s
mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.annotation-authz/1.0.0-SNAPSHOT
+install -s
mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.authz/1.0.0-SNAPSHOT
To use it add the authz namespace
xmlns:authz="http://aries.apache.org/xmlns/authorization/v1.0.0" to your
blueprint file and place a <authz:enable/> element at the start of your context.