<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
[

<!ENTITY % myents SYSTEM "../../entities">

%myents;

]>
<section>
<!-- the following is the template for contributing a PIP to the Globus Toolkit. Fill out the xml tags and email the file to rananatha@mcs.anl.gov (?) 
rachana, just paste the code in the WS_AA_Authz_PIP_Reference.xml file (paste in alpha order, by name)
-->
<section id="wsaajava-pip-enter-name" xreflabel="[enter name] PIP"> <title>[enter name]</title>
 
 <section><title>Class name</title>
  <para><filename>[enter class name]</filename></para>
 </section>
 
 <section><title>Overview</title>
  <para>[enter a brief overview of what the PIP does]</para>
 </section>
 
 <section><title>Configuration</title>
  <para>[enter configuration information]</para>
 </section>
 
 <section><title>Attributes Collected</title>
  <!-- use the following as a template for describing the attributes collected by your PIP -->
  <para>This PIP collects two attributes described in the following tables:</para>
  
  <table><title>Attribute I</title>
   <tgroup cols='2'>
    <tbody>
     <row><entry>Description of attribute</entry><entry>Peer's Subject object</entry></row>
     <row><entry>Identity attribute</entry><entry>Identity attribute</entry></row>
     <row><entry>Attribute ID</entry><entry>Constants.SUBJECT_ATTRIBUTE_ID</entry></row>
     <row><entry>Datatype</entry><entry>Constants.SUBJECT_DATATYPE_URI</entry></row>
     <row><entry>Issuer</entry><entry>Container</entry></row>
     <row><entry>Validity from</entry><entry>Current time</entry></row>
     <row><entry>Validity to</entry><entry>Infinity</entry></row>
    </tbody>
   </tgroup>
  </table>
  
  <table><title>Attribute II</title>
   <tgroup cols='2'>
    <tbody>
     <row><entry>Description of attribute</entry><entry>Peer's principals</entry></row>
     <row><entry>Identity attribute</entry><entry>Identity attribute</entry></row>
     <row><entry>Attribute ID</entry><entry>Constants.PRINCIPAL_ATTRIBUTE_ID</entry></row>
     <row><entry>Datatype</entry><entry>Constants.PRINCIPAL_DATATYPE_URI</entry></row>
     <row><entry>Issuer</entry><entry>Container</entry></row>
     <row><entry>Validity from</entry><entry>Current time</entry></row>
     <row><entry>Validity to</entry><entry>Infinity</entry></row>
    </tbody>
   </tgroup>
  </table>
 </section>
 
 <section><title>Related interceptors</title>
  <para> [describe related interceptors]</para>
 </section>
</section>
</section>
