[jboss-cvs] JBossAS SVN: r66249 - in projects/security/security-xacml/trunk/docs/userguide: src/docbkx/en/modules and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 18 12:59:12 EDT 2007


Author: mmoyses
Date: 2007-10-18 12:59:12 -0400 (Thu, 18 Oct 2007)
New Revision: 66249

Modified:
   projects/security/security-xacml/trunk/docs/userguide/
   projects/security/security-xacml/trunk/docs/userguide/src/docbkx/en/modules/configuration.xml
   projects/security/security-xacml/trunk/docs/userguide/src/docbkx/en/modules/pdp.xml
Log:
Correcting some typos


Property changes on: projects/security/security-xacml/trunk/docs/userguide
___________________________________________________________________
Name: svn:ignore
   + target


Modified: projects/security/security-xacml/trunk/docs/userguide/src/docbkx/en/modules/configuration.xml
===================================================================
--- projects/security/security-xacml/trunk/docs/userguide/src/docbkx/en/modules/configuration.xml	2007-10-18 16:56:04 UTC (rev 66248)
+++ projects/security/security-xacml/trunk/docs/userguide/src/docbkx/en/modules/configuration.xml	2007-10-18 16:59:12 UTC (rev 66249)
@@ -110,7 +110,7 @@
  
    </programlisting> 
 
-   <para>As shown in the configuration file, you can define a policy set with enclosing policies. If you do not need any policy sets, but want to define 1 or more policies, you can do so. The location of a policy/policy set has to confrom to the java.net.URL format (or you can provide a relative location as shown in the above configuration file).  
+   <para>As shown in the configuration file, you can define a policy set with enclosing policies. If you do not need any policy sets, but want to define 1 or more policies, you can do so. The location of a policy/policy set has to conform to the java.net.URL format (or you can provide a relative location as shown in the above configuration file).  
   </para>
 
   <para>The PDP makes use of PolicyLocator(s) for policies. Each of these policy locators are asked for a policy when a request is being evaluated. The default locator that is provided with JBossXACML is the <command>org.jboss.security.xacml.locators.JBossPolicySetLocator</command> 

Modified: projects/security/security-xacml/trunk/docs/userguide/src/docbkx/en/modules/pdp.xml
===================================================================
--- projects/security/security-xacml/trunk/docs/userguide/src/docbkx/en/modules/pdp.xml	2007-10-18 16:56:04 UTC (rev 66248)
+++ projects/security/security-xacml/trunk/docs/userguide/src/docbkx/en/modules/pdp.xml	2007-10-18 16:59:12 UTC (rev 66249)
@@ -18,7 +18,7 @@
   <sect1 id="PDPViaConfig">
   <title>PDP Construction with a Configuration File</title>
 
-   <para>A PDP can be provided with policies via a configuration file or one can make use of the JAXB2 object model in JBoss XACML to construct the Policy/POlicySet instances and then provide them to the PDP. An example usage of the PDP with a configuration file is shown below:</para>
+   <para>A PDP can be provided with policies via a configuration file or one can make use of the JAXB2 object model in JBoss XACML to construct the Policy/PolicySet instances and then provide them to the PDP. An example usage of the PDP with a configuration file is shown below:</para>
 
   <programlisting>
       import org.jboss.security.xacml.interfaces.PolicyDecisionPoint;
@@ -35,7 +35,7 @@
   <title>PDP Construction with Object Model</title>
 
   <para>
-   There is an object model provided with JBoss XACML in the package <command>org.jboss.security.xacml.core.model.policy</command>. This is the package that one will work with in the construction of elements associated with a Policy or PolicySet. There is a utility factory class that is provided in <command>org.jboss.security.xacml.factories.PolicyAttributeFactory</command> which can be used to create the AttributeValueTypes used in a Policy.
+   There is an object model provided with JBoss XACML in the package <command>org.jboss.security.xacml.core.model.policy</command>. This is the package that one will work with in the construction of elements associated with a Policy or PolicySet. There is an utility factory class that is provided in <command>org.jboss.security.xacml.factories.PolicyAttributeFactory</command> which can be used to create the AttributeValueTypes used in a Policy.
   </para>
   <para>
    The interface <command>org.jboss.security.xacml.interfaces.XACMLPolicy</command> represents either a Policy or a PolicySet and is represented in the method in the PDP when you want to pass a set of pre-constructed instances, as shown below:




More information about the jboss-cvs-commits mailing list