JavaDoc changes, updated build.xml header to 0.9.0-beta2

git-svn-id: https://svn.apache.org/repos/asf/incubator/jsecurity/trunk@710891 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index 562179c..b0d4ed8 100644
--- a/build.xml
+++ b/build.xml
@@ -49,7 +49,7 @@
 for details on this convention -->
     <property name="major.version" value="0"/>
     <property name="minor.version" value="9"/>
-    <property name="patch.version" value="0-beta"/>
+    <property name="patch.version" value="0-beta2"/>
     <property name="version" value="${major.version}.${minor.version}.${patch.version}"/>
     <property name="release.name" value="${project.name}-${version}"/>
 
diff --git a/jsecurity.iml b/jsecurity.iml
index 37f33cc..3734521 100644
--- a/jsecurity.iml
+++ b/jsecurity.iml
@@ -1,53 +1,53 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<module relativePaths="true" type="JAVA_MODULE" version="4">

-  <component name="FacetManager">

-    <facet type="Spring" name="Spring">

-      <configuration>

-        <fileset id="fileset1" name="Spring Sample" removed="false">

-          <file>file://$MODULE_DIR$/samples/spring/webroot/WEB-INF/applicationContext.xml</file>

-          <file>file://$MODULE_DIR$/samples/spring/etc/webstart.spring.xml</file>

-          <file>file://$MODULE_DIR$/samples/spring/webroot/WEB-INF/sample-servlet.xml</file>

-          <file>file://$MODULE_DIR$/samples/spring/webroot/WEB-INF/remoting-servlet.xml</file>

-        </fileset>

-        <options>

-          <option name="enableValidation" value="true" />

-          <option name="reportErrorsAsWarnings" value="true" />

-        </options>

-        <customNs />

-      </configuration>

-    </facet>

-  </component>

-  <component name="NewModuleRootManager" inherit-compiler-output="false">

-    <output url="file://$MODULE_DIR$/build/classes" />

-    <exclude-output />

-    <content url="file://$MODULE_DIR$">

-      <sourceFolder url="file://$MODULE_DIR$/samples/spring/etc" isTestSource="false" />

-      <sourceFolder url="file://$MODULE_DIR$/samples/spring/src" isTestSource="false" />

-      <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />

-      <sourceFolder url="file://$MODULE_DIR$/support/spring/src" isTestSource="false" />

-      <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />

-      <excludeFolder url="file://$MODULE_DIR$/build" />

-    </content>

-    <orderEntry type="inheritedJdk" />

-    <orderEntry type="sourceFolder" forTests="false" />

-    <orderEntry type="library" name="j2ee" level="project" />

-    <orderEntry type="library" name="ehcache" level="project" />

-    <orderEntry type="library" name="jakarta-commons" level="project" />

-    <orderEntry type="library" name="jakarta-taglibs" level="project" />

-    <orderEntry type="library" name="jarjar" level="project" />

-    <orderEntry type="library" name="jboss-aop" level="project" />

-    <orderEntry type="library" name="log4j" level="project" />

-    <orderEntry type="library" name="quartz" level="project" />

-    <orderEntry type="library" name="spring" level="project" />

-    <orderEntry type="library" name="easymock" level="project" />

-    <orderEntry type="library" name="junit" level="project" />

-    <orderEntry type="library" name="clover" level="project" />

-    <orderEntry type="library" name="retroweaver" level="project" />

-    <orderEntry type="library" name="jug" level="project" />

-    <orderEntry type="library" name="atunit" level="project" />

-    <orderEntry type="library" name="google-collections" level="project" />

-    <orderEntry type="library" name="all-libs" level="project" />

-    <orderEntryProperties />

-  </component>

-</module>

-

+<?xml version="1.0" encoding="UTF-8"?>
+<module relativePaths="true" type="JAVA_MODULE" version="4">
+  <component name="FacetManager">
+    <facet type="Spring" name="Spring">
+      <configuration>
+        <fileset id="fileset1" name="Spring Sample" removed="false">
+          <file>file://$MODULE_DIR$/samples/spring/webroot/WEB-INF/applicationContext.xml</file>
+          <file>file://$MODULE_DIR$/samples/spring/etc/webstart.spring.xml</file>
+          <file>file://$MODULE_DIR$/samples/spring/webroot/WEB-INF/sample-servlet.xml</file>
+          <file>file://$MODULE_DIR$/samples/spring/webroot/WEB-INF/remoting-servlet.xml</file>
+        </fileset>
+        <options>
+          <option name="enableValidation" value="true" />
+          <option name="reportErrorsAsWarnings" value="true" />
+        </options>
+        <customNs />
+      </configuration>
+    </facet>
+  </component>
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
+    <output url="file://$MODULE_DIR$/build/classes" />
+    <exclude-output />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/samples/spring/etc" isTestSource="false" />
+      <sourceFolder url="file://$MODULE_DIR$/samples/spring/src" isTestSource="false" />
+      <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
+      <sourceFolder url="file://$MODULE_DIR$/support/spring/src" isTestSource="false" />
+      <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
+      <excludeFolder url="file://$MODULE_DIR$/build" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="library" name="j2ee" level="project" />
+    <orderEntry type="library" name="ehcache" level="project" />
+    <orderEntry type="library" name="jakarta-commons" level="project" />
+    <orderEntry type="library" name="jakarta-taglibs" level="project" />
+    <orderEntry type="library" name="jarjar" level="project" />
+    <orderEntry type="library" name="jboss-aop" level="project" />
+    <orderEntry type="library" name="log4j" level="project" />
+    <orderEntry type="library" name="quartz" level="project" />
+    <orderEntry type="library" name="spring" level="project" />
+    <orderEntry type="library" name="easymock" level="project" />
+    <orderEntry type="library" name="junit" level="project" />
+    <orderEntry type="library" name="clover" level="project" />
+    <orderEntry type="library" name="retroweaver" level="project" />
+    <orderEntry type="library" name="jug" level="project" />
+    <orderEntry type="library" name="atunit" level="project" />
+    <orderEntry type="library" name="google-collections" level="project" />
+    <orderEntry type="library" name="all-libs" level="project" />
+    <orderEntryProperties />
+  </component>
+</module>
+
diff --git a/jsecurity.ipr b/jsecurity.ipr
index f9adba6..b3567b7 100644
--- a/jsecurity.ipr
+++ b/jsecurity.ipr
@@ -1,351 +1,349 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<project relativePaths="false" version="4">

-  <component name="AntConfiguration">

-    <defaultAnt bundledAnt="true" />

-    <buildFile url="file://$PROJECT_DIR$/build.xml">

-      <additionalClassPath />

-      <antReference projectDefault="true" />

-      <customJdkName value="" />

-      <maximumHeapSize value="128" />

-      <properties />

-    </buildFile>

-    <buildFile url="file://$PROJECT_DIR$/samples/spring/build.xml">

-      <additionalClassPath />

-      <antReference projectDefault="true" />

-      <customJdkName value="" />

-      <maximumHeapSize value="128" />

-      <properties />

-    </buildFile>

-  </component>

-  <component name="BuildJarProjectSettings">

-    <option name="BUILD_JARS_ON_MAKE" value="false" />

-  </component>

-  <component name="CodeStyleProjectProfileManger">

-    <option name="PROJECT_PROFILE" />

-    <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />

-  </component>

-  <component name="CodeStyleSettingsManager">

-    <option name="PER_PROJECT_SETTINGS" />

-    <option name="USE_PER_PROJECT_SETTINGS" value="false" />

-  </component>

-  <component name="CompilerConfiguration">

-    <option name="DEFAULT_COMPILER" value="Javac" />

-    <option name="DEPLOY_AFTER_MAKE" value="0" />

-    <resourceExtensions>

-      <entry name=".+\.(properties|xml|html|dtd|tld)" />

-      <entry name=".+\.(gif|png|jpeg|jpg)" />

-    </resourceExtensions>

-    <wildcardResourcePatterns>

-      <entry name="?*.properties" />

-      <entry name="?*.xml" />

-      <entry name="?*.gif" />

-      <entry name="?*.png" />

-      <entry name="?*.jpeg" />

-      <entry name="?*.jpg" />

-      <entry name="?*.html" />

-      <entry name="?*.dtd" />

-      <entry name="?*.tld" />

-    </wildcardResourcePatterns>

-  </component>

-  <component name="DependenciesAnalyzeManager">

-    <option name="myForwardDirection" value="false" />

-  </component>

-  <component name="DependencyValidationManager">

-    <option name="SKIP_IMPORT_STATEMENTS" value="false" />

-  </component>

-  <component name="EclipseCompilerSettings">

-    <option name="DEBUGGING_INFO" value="true" />

-    <option name="GENERATE_NO_WARNINGS" value="true" />

-    <option name="DEPRECATION" value="false" />

-    <option name="ADDITIONAL_OPTIONS_STRING" value="" />

-    <option name="MAXIMUM_HEAP_SIZE" value="128" />

-  </component>

-  <component name="EclipseEmbeddedCompilerSettings">

-    <option name="DEBUGGING_INFO" value="true" />

-    <option name="GENERATE_NO_WARNINGS" value="true" />

-    <option name="DEPRECATION" value="false" />

-    <option name="ADDITIONAL_OPTIONS_STRING" value="" />

-    <option name="MAXIMUM_HEAP_SIZE" value="128" />

-  </component>

-  <component name="EntryPointsManager">

-    <entry_points version="2.0" />

-  </component>

-  <component name="ExportToHTMLSettings">

-    <option name="PRINT_LINE_NUMBERS" value="false" />

-    <option name="OPEN_IN_BROWSER" value="false" />

-    <option name="OUTPUT_DIRECTORY" />

-  </component>

-  <component name="FacetAutodetectingManager">

-    <autodetection-disabled>

-      <facet-type id="web">

-        <modules>

-          <module name="jsecurity" />

-        </modules>

-      </facet-type>

-    </autodetection-disabled>

-  </component>

-  <component name="IdProvider" IDEtalkID="AA26C3B0305A759EFA1939838DE6155E" />

-  <component name="InspectionProjectProfileManager">

-    <option name="PROJECT_PROFILE" value="Project Default" />

-    <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />

-    <scopes />

-    <profiles>

-      <profile version="1.0" is_locked="false">

-        <option name="myName" value="Project Default" />

-        <option name="myLocal" value="false" />

-      </profile>

-    </profiles>

-    <list size="0" />

-  </component>

-  <component name="JavacSettings">

-    <option name="DEBUGGING_INFO" value="true" />

-    <option name="GENERATE_NO_WARNINGS" value="false" />

-    <option name="DEPRECATION" value="true" />

-    <option name="ADDITIONAL_OPTIONS_STRING" value="" />

-    <option name="MAXIMUM_HEAP_SIZE" value="128" />

-  </component>

-  <component name="JavadocGenerationManager">

-    <option name="OUTPUT_DIRECTORY" />

-    <option name="OPTION_SCOPE" value="protected" />

-    <option name="OPTION_HIERARCHY" value="true" />

-    <option name="OPTION_NAVIGATOR" value="true" />

-    <option name="OPTION_INDEX" value="true" />

-    <option name="OPTION_SEPARATE_INDEX" value="true" />

-    <option name="OPTION_DOCUMENT_TAG_USE" value="false" />

-    <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />

-    <option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />

-    <option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" />

-    <option name="OPTION_DEPRECATED_LIST" value="true" />

-    <option name="OTHER_OPTIONS" value="" />

-    <option name="HEAP_SIZE" />

-    <option name="LOCALE" />

-    <option name="OPEN_IN_BROWSER" value="true" />

-  </component>

-  <component name="JikesSettings">

-    <option name="JIKES_PATH" value="" />

-    <option name="DEBUGGING_INFO" value="true" />

-    <option name="DEPRECATION" value="true" />

-    <option name="GENERATE_NO_WARNINGS" value="false" />

-    <option name="IS_EMACS_ERRORS_MODE" value="true" />

-    <option name="ADDITIONAL_OPTIONS_STRING" value="" />

-  </component>

-  <component name="LogConsolePreferences">

-    <option name="FILTER_ERRORS" value="false" />

-    <option name="FILTER_WARNINGS" value="false" />

-    <option name="FILTER_INFO" value="true" />

-    <option name="CUSTOM_FILTER" />

-  </component>

-  <component name="MavenBuildProjectComponent">

-    <option name="mavenExecutable" value="" />

-    <option name="Settings File" value="" />

-    <option name="mavenCommandLineParams" value="" />

-    <option name="vmOptions" value="" />

-    <option name="useMavenEmbedder" value="false" />

-    <option name="useFilter" value="false" />

-    <option name="Batch Mode" value="false" />

-    <option name="Check Plugin Updates" value="false" />

-    <option name="Debug" value="false" />

-    <option name="Errors" value="false" />

-    <option name="Fail At End" value="false" />

-    <option name="Fail Fast" value="false" />

-    <option name="Fail Never" value="false" />

-    <option name="Lax Checksums" value="false" />

-    <option name="No Plugin Registry" value="false" />

-    <option name="No Plugin Updates" value="false" />

-    <option name="Non Recursive" value="false" />

-    <option name="Offline" value="false" />

-    <option name="Reactor" value="false" />

-    <option name="Strict Checksums" value="false" />

-    <option name="Update Plugins" value="false" />

-    <option name="Update Snapshots" value="false" />

-    <option name="Skip Tests" value="false" />

-    <pom-list />

-  </component>

-  <component name="Palette2">

-    <group name="Swing">

-      <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">

-        <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />

-      </item>

-      <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">

-        <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />

-      </item>

-      <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">

-        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />

-      </item>

-      <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">

-        <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />

-      </item>

-      <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">

-        <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />

-        <initial-values>

-          <property name="text" value="Button" />

-        </initial-values>

-      </item>

-      <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">

-        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />

-        <initial-values>

-          <property name="text" value="RadioButton" />

-        </initial-values>

-      </item>

-      <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">

-        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />

-        <initial-values>

-          <property name="text" value="CheckBox" />

-        </initial-values>

-      </item>

-      <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">

-        <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />

-        <initial-values>

-          <property name="text" value="Label" />

-        </initial-values>

-      </item>

-      <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">

-        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">

-          <preferred-size width="150" height="-1" />

-        </default-constraints>

-      </item>

-      <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">

-        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">

-          <preferred-size width="150" height="-1" />

-        </default-constraints>

-      </item>

-      <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">

-        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">

-          <preferred-size width="150" height="-1" />

-        </default-constraints>

-      </item>

-      <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">

-        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">

-          <preferred-size width="150" height="50" />

-        </default-constraints>

-      </item>

-      <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">

-        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">

-          <preferred-size width="150" height="50" />

-        </default-constraints>

-      </item>

-      <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">

-        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">

-          <preferred-size width="150" height="50" />

-        </default-constraints>

-      </item>

-      <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">

-        <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />

-      </item>

-      <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">

-        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">

-          <preferred-size width="150" height="50" />

-        </default-constraints>

-      </item>

-      <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">

-        <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">

-          <preferred-size width="150" height="50" />

-        </default-constraints>

-      </item>

-      <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">

-        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">

-          <preferred-size width="150" height="50" />

-        </default-constraints>

-      </item>

-      <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">

-        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">

-          <preferred-size width="200" height="200" />

-        </default-constraints>

-      </item>

-      <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">

-        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">

-          <preferred-size width="200" height="200" />

-        </default-constraints>

-      </item>

-      <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">

-        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />

-      </item>

-      <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">

-        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />

-      </item>

-      <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">

-        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />

-      </item>

-      <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">

-        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />

-      </item>

-      <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">

-        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">

-          <preferred-size width="-1" height="20" />

-        </default-constraints>

-      </item>

-      <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">

-        <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />

-      </item>

-      <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">

-        <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />

-      </item>

-    </group>

-  </component>

-  <component name="ProjectFileVersion" converted="true" />

-  <component name="ProjectModuleManager">

-    <modules>

-      <module fileurl="file://$PROJECT_DIR$/jsecurity.iml" filepath="$PROJECT_DIR$/jsecurity.iml" />

-    </modules>

-  </component>

-  <component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="1.5" project-jdk-type="JavaSDK" />

-  <component name="ResourceManagerContainer">

-    <option name="myResourceBundles">

-      <value>

-        <list size="0" />

-      </value>

-    </option>

-  </component>

-  <component name="RmicSettings">

-    <option name="IS_EANABLED" value="false" />

-    <option name="DEBUGGING_INFO" value="true" />

-    <option name="GENERATE_NO_WARNINGS" value="false" />

-    <option name="GENERATE_IIOP_STUBS" value="false" />

-    <option name="ADDITIONAL_OPTIONS_STRING" value="" />

-  </component>

-  <component name="SvnBranchConfigurationManager">

-    <option name="myConfigurationMap">

-      <map>

-        <entry key="$PROJECT_DIR$">

-          <value>

-            <SvnBranchConfiguration>

-              <option name="branchUrls">

-                <list>

-                  <option value="https://jsecurity.svn.sourceforge.net/svnroot/jsecurity/branches" />

-                  <option value="https://jsecurity.svn.sourceforge.net/svnroot/jsecurity/tags" />

-                </list>

-              </option>

-              <option name="trunkUrl" value="https://jsecurity.svn.sourceforge.net/svnroot/jsecurity/trunk" />

-            </SvnBranchConfiguration>

-          </value>

-        </entry>

-      </map>

-    </option>

-  </component>

-  <component name="VcsDirectoryMappings">

-    <mapping directory="" vcs="svn" />

-  </component>

-  <component name="WebServicesPlugin" addRequiredLibraries="true" />

-  <component name="com.intellij.jsf.UserDefinedFacesConfigs">

-    <option name="USER_DEFINED_CONFIGS">

-      <value>

-        <list size="0" />

-      </value>

-    </option>

-  </component>

-  <component name="libraryTable">

-    <library name="all-libs">

-      <CLASSES>

-        <root url="file://$PROJECT_DIR$/lib/test" />

-      </CLASSES>

-      <JAVADOC />

-      <SOURCES>

-        <root url="jar:///usr/local/java/tools/spring/spring-framework-2.5.2/dist/spring-sources.jar!/" />

-        <root url="file://C:/java/tools/spring/spring-framework-2.5.1/tiger/src" />

-        <root url="file://C:/java/tools/spring/spring-framework-2.5.1/src" />

-      </SOURCES>

-      <jarDirectory url="file://$PROJECT_DIR$/lib/test" recursive="false" />

-    </library>

-  </component>

-</project>

-

+<?xml version="1.0" encoding="UTF-8"?>
+<project relativePaths="false" version="4">
+  <component name="AntConfiguration">
+    <defaultAnt bundledAnt="true" />
+    <buildFile url="file://$PROJECT_DIR$/build.xml">
+      <additionalClassPath />
+      <antReference projectDefault="true" />
+      <customJdkName value="" />
+      <maximumHeapSize value="128" />
+      <properties />
+    </buildFile>
+    <buildFile url="file://$PROJECT_DIR$/samples/spring/build.xml">
+      <additionalClassPath />
+      <antReference projectDefault="true" />
+      <customJdkName value="" />
+      <maximumHeapSize value="128" />
+      <properties />
+    </buildFile>
+  </component>
+  <component name="BuildJarProjectSettings">
+    <option name="BUILD_JARS_ON_MAKE" value="false" />
+  </component>
+  <component name="CodeStyleProjectProfileManger">
+    <option name="PROJECT_PROFILE" />
+    <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
+  </component>
+  <component name="CodeStyleSettingsManager">
+    <option name="PER_PROJECT_SETTINGS" />
+    <option name="USE_PER_PROJECT_SETTINGS" value="false" />
+  </component>
+  <component name="CompilerConfiguration">
+    <option name="DEFAULT_COMPILER" value="Javac" />
+    <option name="DEPLOY_AFTER_MAKE" value="0" />
+    <resourceExtensions>
+      <entry name=".+\.(properties|xml|html|dtd|tld)" />
+      <entry name=".+\.(gif|png|jpeg|jpg)" />
+    </resourceExtensions>
+    <wildcardResourcePatterns>
+      <entry name="?*.properties" />
+      <entry name="?*.xml" />
+      <entry name="?*.gif" />
+      <entry name="?*.png" />
+      <entry name="?*.jpeg" />
+      <entry name="?*.jpg" />
+      <entry name="?*.html" />
+      <entry name="?*.dtd" />
+      <entry name="?*.tld" />
+    </wildcardResourcePatterns>
+  </component>
+  <component name="DependenciesAnalyzeManager">
+    <option name="myForwardDirection" value="false" />
+  </component>
+  <component name="DependencyValidationManager">
+    <option name="SKIP_IMPORT_STATEMENTS" value="false" />
+  </component>
+  <component name="EclipseCompilerSettings">
+    <option name="DEBUGGING_INFO" value="true" />
+    <option name="GENERATE_NO_WARNINGS" value="true" />
+    <option name="DEPRECATION" value="false" />
+    <option name="ADDITIONAL_OPTIONS_STRING" value="" />
+    <option name="MAXIMUM_HEAP_SIZE" value="128" />
+  </component>
+  <component name="EclipseEmbeddedCompilerSettings">
+    <option name="DEBUGGING_INFO" value="true" />
+    <option name="GENERATE_NO_WARNINGS" value="true" />
+    <option name="DEPRECATION" value="false" />
+    <option name="ADDITIONAL_OPTIONS_STRING" value="" />
+    <option name="MAXIMUM_HEAP_SIZE" value="128" />
+  </component>
+  <component name="EntryPointsManager">
+    <entry_points version="2.0" />
+  </component>
+  <component name="ExportToHTMLSettings">
+    <option name="PRINT_LINE_NUMBERS" value="false" />
+    <option name="OPEN_IN_BROWSER" value="false" />
+    <option name="OUTPUT_DIRECTORY" />
+  </component>
+  <component name="FacetAutodetectingManager">
+    <autodetection-disabled>
+      <facet-type id="web">
+        <modules>
+          <module name="jsecurity" />
+        </modules>
+      </facet-type>
+    </autodetection-disabled>
+  </component>
+  <component name="IdProvider" IDEtalkID="AA26C3B0305A759EFA1939838DE6155E" />
+  <component name="InspectionProjectProfileManager">
+    <option name="PROJECT_PROFILE" value="Project Default" />
+    <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
+    <scopes />
+    <profiles>
+      <profile version="1.0" is_locked="false">
+        <option name="myName" value="Project Default" />
+        <option name="myLocal" value="false" />
+      </profile>
+    </profiles>
+    <list size="0" />
+  </component>
+  <component name="JavacSettings">
+    <option name="DEBUGGING_INFO" value="true" />
+    <option name="GENERATE_NO_WARNINGS" value="false" />
+    <option name="DEPRECATION" value="true" />
+    <option name="ADDITIONAL_OPTIONS_STRING" value="" />
+    <option name="MAXIMUM_HEAP_SIZE" value="128" />
+  </component>
+  <component name="JavadocGenerationManager">
+    <option name="OUTPUT_DIRECTORY" />
+    <option name="OPTION_SCOPE" value="protected" />
+    <option name="OPTION_HIERARCHY" value="true" />
+    <option name="OPTION_NAVIGATOR" value="true" />
+    <option name="OPTION_INDEX" value="true" />
+    <option name="OPTION_SEPARATE_INDEX" value="true" />
+    <option name="OPTION_DOCUMENT_TAG_USE" value="false" />
+    <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
+    <option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
+    <option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" />
+    <option name="OPTION_DEPRECATED_LIST" value="true" />
+    <option name="OTHER_OPTIONS" value="" />
+    <option name="HEAP_SIZE" />
+    <option name="LOCALE" />
+    <option name="OPEN_IN_BROWSER" value="true" />
+  </component>
+  <component name="JikesSettings">
+    <option name="JIKES_PATH" value="" />
+    <option name="DEBUGGING_INFO" value="true" />
+    <option name="DEPRECATION" value="true" />
+    <option name="GENERATE_NO_WARNINGS" value="false" />
+    <option name="IS_EMACS_ERRORS_MODE" value="true" />
+    <option name="ADDITIONAL_OPTIONS_STRING" value="" />
+  </component>
+  <component name="LogConsolePreferences">
+    <option name="FILTER_ERRORS" value="false" />
+    <option name="FILTER_WARNINGS" value="false" />
+    <option name="FILTER_INFO" value="true" />
+    <option name="CUSTOM_FILTER" />
+  </component>
+  <component name="MavenBuildProjectComponent">
+    <option name="mavenExecutable" value="" />
+    <option name="Settings File" value="" />
+    <option name="mavenCommandLineParams" value="" />
+    <option name="vmOptions" value="" />
+    <option name="useMavenEmbedder" value="false" />
+    <option name="useFilter" value="false" />
+    <option name="Batch Mode" value="false" />
+    <option name="Check Plugin Updates" value="false" />
+    <option name="Debug" value="false" />
+    <option name="Errors" value="false" />
+    <option name="Fail At End" value="false" />
+    <option name="Fail Fast" value="false" />
+    <option name="Fail Never" value="false" />
+    <option name="Lax Checksums" value="false" />
+    <option name="No Plugin Registry" value="false" />
+    <option name="No Plugin Updates" value="false" />
+    <option name="Non Recursive" value="false" />
+    <option name="Offline" value="false" />
+    <option name="Reactor" value="false" />
+    <option name="Strict Checksums" value="false" />
+    <option name="Update Plugins" value="false" />
+    <option name="Update Snapshots" value="false" />
+    <option name="Skip Tests" value="false" />
+    <pom-list />
+  </component>
+  <component name="Palette2">
+    <group name="Swing">
+      <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
+      </item>
+      <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
+      </item>
+      <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
+      </item>
+      <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
+        <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
+      </item>
+      <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
+        <initial-values>
+          <property name="text" value="Button" />
+        </initial-values>
+      </item>
+      <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
+        <initial-values>
+          <property name="text" value="RadioButton" />
+        </initial-values>
+      </item>
+      <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
+        <initial-values>
+          <property name="text" value="CheckBox" />
+        </initial-values>
+      </item>
+      <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
+        <initial-values>
+          <property name="text" value="Label" />
+        </initial-values>
+      </item>
+      <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
+          <preferred-size width="150" height="-1" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
+          <preferred-size width="150" height="-1" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
+          <preferred-size width="150" height="-1" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+          <preferred-size width="150" height="50" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+          <preferred-size width="150" height="50" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+          <preferred-size width="150" height="50" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
+      </item>
+      <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+          <preferred-size width="150" height="50" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
+          <preferred-size width="150" height="50" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+          <preferred-size width="150" height="50" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
+          <preferred-size width="200" height="200" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
+          <preferred-size width="200" height="200" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
+      </item>
+      <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
+      </item>
+      <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
+      </item>
+      <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
+      </item>
+      <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
+          <preferred-size width="-1" height="20" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
+      </item>
+      <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
+      </item>
+    </group>
+  </component>
+  <component name="ProjectFileVersion" converted="true" />
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/jsecurity.iml" filepath="$PROJECT_DIR$/jsecurity.iml" />
+    </modules>
+  </component>
+  <component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="1.5" project-jdk-type="JavaSDK" />
+  <component name="ResourceManagerContainer">
+    <option name="myResourceBundles">
+      <value>
+        <list size="0" />
+      </value>
+    </option>
+  </component>
+  <component name="RmicSettings">
+    <option name="IS_EANABLED" value="false" />
+    <option name="DEBUGGING_INFO" value="true" />
+    <option name="GENERATE_NO_WARNINGS" value="false" />
+    <option name="GENERATE_IIOP_STUBS" value="false" />
+    <option name="ADDITIONAL_OPTIONS_STRING" value="" />
+  </component>
+  <component name="SvnBranchConfigurationManager">
+    <option name="myConfigurationMap">
+      <map>
+        <entry key="$PROJECT_DIR$">
+          <value>
+            <SvnBranchConfiguration>
+              <option name="branchUrls">
+                <list>
+                  <option value="https://jsecurity.svn.sourceforge.net/svnroot/jsecurity/branches" />
+                  <option value="https://jsecurity.svn.sourceforge.net/svnroot/jsecurity/tags" />
+                </list>
+              </option>
+              <option name="trunkUrl" value="https://jsecurity.svn.sourceforge.net/svnroot/jsecurity/trunk" />
+            </SvnBranchConfiguration>
+          </value>
+        </entry>
+      </map>
+    </option>
+  </component>
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="svn" />
+  </component>
+  <component name="WebServicesPlugin" addRequiredLibraries="true" />
+  <component name="com.intellij.jsf.UserDefinedFacesConfigs">
+    <option name="USER_DEFINED_CONFIGS">
+      <value>
+        <list size="0" />
+      </value>
+    </option>
+  </component>
+  <component name="libraryTable">
+    <library name="all-libs">
+      <CLASSES>
+        <root url="file://$PROJECT_DIR$/lib/test" />
+      </CLASSES>
+      <JAVADOC />
+      <SOURCES>
+        <root url="jar:///usr/local/java/tools/spring/spring-framework-2.5.2/dist/spring-sources.jar!/" />
+      </SOURCES>
+      <jarDirectory url="file://$PROJECT_DIR$/lib/test" recursive="false" />
+    </library>
+  </component>
+</project>
+
diff --git a/src/org/jsecurity/authc/credential/package-info.java b/src/org/jsecurity/authc/credential/package-info.java
index 56e7918..3f21b8e 100644
--- a/src/org/jsecurity/authc/credential/package-info.java
+++ b/src/org/jsecurity/authc/credential/package-info.java
@@ -15,7 +15,7 @@
  */
 /**
  * Contains interfaces and support implementations for performing credentials comparisons during an authentication
- * attempt.  {@link CredentialsMatcher} interface and its supporting implementations are the primary focus of this
- * package.
+ * attempt.  {@link org.jsecurity.authc.credential.CredentialsMatcher CredentialsMatcher} interface and its
+ * supporting implementations are the primary focus of this package.
  */
 package org.jsecurity.authc.credential;
\ No newline at end of file
diff --git a/src/org/jsecurity/authc/event/package-info.java b/src/org/jsecurity/authc/event/package-info.java
index ce9531b..8bbb421 100644
--- a/src/org/jsecurity/authc/event/package-info.java
+++ b/src/org/jsecurity/authc/event/package-info.java
@@ -20,7 +20,7 @@
  * such as a failed log-in attempt, an account being locked due to a failure, a successful
  * authentication, and more.</p>
  *
- * @see AuthenticationEvent
- * @see AuthenticationEventListener
+ * @see org.jsecurity.authc.event.AuthenticationEvent
+ * @see org.jsecurity.authc.event.AuthenticationEventListener
  */
 package org.jsecurity.authc.event;
\ No newline at end of file
diff --git a/src/org/jsecurity/cache/ehcache/package-info.java b/src/org/jsecurity/cache/ehcache/package-info.java
index 48f6255..3ea21c8 100644
--- a/src/org/jsecurity/cache/ehcache/package-info.java
+++ b/src/org/jsecurity/cache/ehcache/package-info.java
@@ -15,8 +15,9 @@
  */
 /**
  * <p>Contains <a href="http://ehcache.sourceforge.net" target="_blank">Ehcache</a>-based implementations of
- * the JSecurity {@link CacheManager CacheManager} and {@link Cache Cache} interfaces via the
- * {@link EhCacheManager EhCacheManager} and {@link EhCache EhCache} classes, respectively.
+ * the JSecurity {@link org.jsecurity.cache.Cache CacheManager} and {@link org.jsecurity.cache.Cache Cache}
+ * interfaces via the {@link org.jsecurity.cache.ehcache.EhCacheManager EhCacheManager} and
+ * {@link org.jsecurity.cache.ehcache.EhCache EhCache} classes, respectively.
  *
  * <p>This package also contains a fail-safe <code>ehcache.xml</code> file that will be loaded by JSecurity when
  * ehcache components are used but no <code>ehcache.xml</code> file is located in the classpath (as would be
diff --git a/src/org/jsecurity/crypto/hash/package-info.java b/src/org/jsecurity/crypto/hash/package-info.java
index 3e483f7..602050e 100644
--- a/src/org/jsecurity/crypto/hash/package-info.java
+++ b/src/org/jsecurity/crypto/hash/package-info.java
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 /**
- * Contains the {@link Hash Hash} interface and all of its abstract and concrete implementations,
- * providing a greatly simplified and more intuitive and Object-Oriented approach to cryptographic hashing than
+ * Contains the {@link org.jsecurity.crypto.hash.Hash Hash} interface and all of its abstract and concrete
+ * implementations, providing a simplified, more intuitive and Object-Oriented approach to cryptographic hashing than
  * what is provided in Java by default.
  */
 package org.jsecurity.crypto.hash;
\ No newline at end of file
diff --git a/src/org/jsecurity/io/package-info.java b/src/org/jsecurity/io/package-info.java
index 071ff59..bcddacc 100644
--- a/src/org/jsecurity/io/package-info.java
+++ b/src/org/jsecurity/io/package-info.java
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 /**
- * Simple IO (input/output) extensions useful to JSecurity, such as {@link Serializer Serializer}s for simplified
- * serialization in a stateless programming environment.
+ * Simple IO (input/output) extensions useful to JSecurity, such as {@link org.jsecurity.io.Serializer Serializer}s 
+ * for simplified serialization in a stateless programming environment.
  */
 package org.jsecurity.io;
\ No newline at end of file
diff --git a/src/org/jsecurity/mgt/package-info.java b/src/org/jsecurity/mgt/package-info.java
index 21523fa..34f86d9 100644
--- a/src/org/jsecurity/mgt/package-info.java
+++ b/src/org/jsecurity/mgt/package-info.java
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 /**
- * Provides JSecurity's core {@link SecurityManager SecurityManager} interface and a default flexible implementation
- * class hierarchy to support it in all runtime environments.
+ * Provides JSecurity's core {@link org.jsecurity.mgt.SecurityManager SecurityManager} interface and a default
+ * flexible implementation class hierarchy to support it in all runtime environments.
  */
 package org.jsecurity.mgt;
\ No newline at end of file