DevPortal

What Tags are Available in Pramati Server Security Configuration XML?


The following tags are available in Pramati Server Security Configuration XML:

<!-- realm configuration -->
  <realm>
   <!-- Name of the realm -->
   <realm-name>siteminder</realm-name>
   <user-manager>
    <class-name>com.pramati.security.loginmodules.xml.XMLUserManager</class-name>
    <init-options>
     <entry>
      <name>securityXML</name>
      <value>$NODE_DIR\config\system-security1.xml<value>
     </entry>
     <entry>
      <name>algotype</name>
      <value>encrypt</value>
     </entry>
     <entry>
      <name>algoname<name>
      <value>DES</value>
     </entry>
    </init-options>
   </user-manager>
  </realm>
  <login-module-configuration>
   <realm name for which this login module will be used -->
   <realm-name>siteminder<realm-name>
   <Configuration for this login module -->
   <config-entry>
    <!-- LoginModule class to be used for authentication -->
    <class-name>com.pramati.web.sso.siteminder.SiteMinderLoginModule</class-name>
    <flag for LoginModule -->
    <flag>optional</flag>
    <!-- options define the Map of key-value pair which will be passed to the initialize method of the class. -->
    <options/>
   </config-entry>
  </login-module-configuration>


Related Topics:

© Pramati Technologies 2007 Runs on Pramati Server | Feedback | Legal