blob: cad905fa15bcae07d77ecb1768786b895bda40ab [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Feb 25, 2014 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Apache Shiro :: Core - Tag List report</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<meta name="Date-Revision-yyyymmdd" content="20140225" />
<meta http-equiv="Content-Language" content="en" />
</head>
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apache Shiro :: Core
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 2014-02-25</span>
&nbsp;| <span id="projectVersion">Version: 1.2.3</span>
</div>
<div class="xright"> <a href="./" title="Apache Shiro :: Core">Apache Shiro :: Core</a>
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="../index.html" title="Apache Shiro">Apache Shiro</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="collapsed">
<a href="project-info.html" title="Project Information">Project Information</a>
</li>
<li class="expanded">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
<ul>
<li class="none">
<a href="cobertura/index.html" title="Cobertura Test Coverage">Cobertura Test Coverage</a>
</li>
<li class="none">
<a href="pmd.html" title="PMD Report">PMD Report</a>
</li>
<li class="none">
<a href="cpd.html" title="CPD Report">CPD Report</a>
</li>
<li class="none">
<a href="rat-report.html" title="RAT Report">RAT Report</a>
</li>
<li class="none">
<a href="surefire-report.html" title="Surefire Report">Surefire Report</a>
</li>
<li class="none">
<strong>Tag List</strong>
</li>
<li class="none">
<a href="jdepend-report.html" title="JDepend">JDepend</a>
</li>
<li class="none">
<a href="dashboard-report.html" title="DashBoard Report">DashBoard Report</a>
</li>
</ul>
</li>
</ul>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section"><h2>Tag List Report<a name="Tag_List_Report"></a></h2><p>The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.</p><table border="0" class="bodyTable"><tr class="a"><th>Tag Class</th><th>Total number of occurrences</th><th>Tag strings used by tag class</th></tr><tr class="b"><td>Deprecated</td><td>0</td><td>@Deprecated</td></tr><tr class="a"><td><a href="#tag_class_1">Todo Work</a></td><td>39</td><td>todo, FIXME</td></tr></table><p>Each tag is detailed below:</p><div class="section"><h3><a name="tag_class_1">Todo Work</a><a name="Todo_Work"></a></h3><p><b>Number of occurrences found in the code: 39</b></p><table border="0" class="bodyTable"><tr class="b"><th>org.apache.shiro.authz.ModularRealmAuthorizerTest</th><th>Line</th></tr><tr class="a"><td>no way to unset them, not sure if that is a valid use case, but this is conistent with the PermissionResolver logic // now just to be sure, unset them modRealmAuthz.setRolePermissionResolver( null ); for ( Realm realm : realms ) { Assert.assertNull( ((AuthorizingRealm)realm).getRolePermissionResolver() ); }</td><td>87</td></tr><tr class="b"><th>org.apache.shiro.authz.permission.WildcardPermission</th><th>Line</th></tr><tr class="a"><td>- JavaDoc methods</td><td>107</td></tr><tr class="b"><th>org.apache.shiro.config.ReflectionBuilder</th><th>Line</th></tr><tr class="a"><td>- complete JavaDoc</td><td>45</td></tr><tr class="b"><td>make protected in 1.3+</td><td>331</td></tr><tr class="a"><th>org.apache.shiro.crypto.hash.Md5Hash</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>35</td></tr><tr class="a"><th>org.apache.shiro.crypto.hash.Sha1Hash</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>36</td></tr><tr class="a"><th>org.apache.shiro.crypto.hash.Sha256Hash</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>37</td></tr><tr class="a"><th>org.apache.shiro.crypto.hash.Sha384Hash</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>38</td></tr><tr class="a"><th>org.apache.shiro.crypto.hash.Sha512Hash</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>37</td></tr><tr class="a"><th>org.apache.shiro.crypto.hash.format.Shiro1CryptFormat</th><th>Line</th></tr><tr class="b"><td>create a HashFormatException class</td><td>125</td></tr><tr class="a"><th>org.apache.shiro.realm.AuthenticatingRealm</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>112</td></tr><tr class="a"><th>org.apache.shiro.realm.AuthorizingRealm</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>58</td></tr><tr class="a"><th>org.apache.shiro.realm.AuthorizingRealmTest</th><th>Line</th></tr><tr class="b"><td>- this could/should be expaned to be more robust end to end test for the AuthorizingRealm</td><td>43</td></tr><tr class="a"><th>org.apache.shiro.realm.CachingRealm</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>52</td></tr><tr class="a"><th>org.apache.shiro.realm.SimpleAccountRealm</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>48</td></tr><tr class="a"><th>org.apache.shiro.realm.activedirectory.ActiveDirectoryRealm</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>55</td></tr><tr class="a"><th>org.apache.shiro.realm.activedirectory.ActiveDirectoryRealmTest</th><th>Line</th></tr><tr class="b"><td>While the original incarnation of this test case does not actually test the heart of ActiveDirectoryRealm (no meaningful implemenation of queryForLdapAccount, etc) it obviously should. This version was intended to mimic my current usage scenario in an effort to debug upgrade issues which were not related to LDAP connectivity.</td><td>49</td></tr><tr class="a"><th>org.apache.shiro.realm.jdbc.JdbcRealm</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>59</td></tr><tr class="a"><td>separate password and hash from getPasswordForUser[0]</td><td>224</td></tr><tr class="b"><th>org.apache.shiro.realm.ldap.AbstractLdapRealm</th><th>Line</th></tr><tr class="a"><td>- complete JavaDoc</td><td>55</td></tr><tr class="b"><th>org.apache.shiro.realm.ldap.DefaultLdapContextFactory</th><th>Line</th></tr><tr class="a"><td>- complete JavaDoc</td><td>50</td></tr><tr class="b"><th>org.apache.shiro.realm.text.PropertiesRealm</th><th>Line</th></tr><tr class="a"><td>- complete JavaDoc</td><td>86</td></tr><tr class="b"><td>- cleanup - this method shouldn't be necessary</td><td>157</td></tr><tr class="a"><th>org.apache.shiro.realm.text.TextConfigurationRealm</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>48</td></tr><tr class="a"><th>org.apache.shiro.session.mgt.AbstractSessionManager</th><th>Line</th></tr><tr class="b"><td>- deprecate this class (see SHIRO-240): This is only here to make available a common attribute 'globalSessionTimeout' to subclasses, particularly to make it available to both AbstractNativeSessionManager and ServletContainerSessionManager subclass trees. However, the ServletContainerSessionManager implementation does not use this value (see https://issues.apache.org/jira/browse/SHIRO-240 for why). That means that only the Native session managers need a globalSessionTimeout property, making this class unnecessary.</td><td>30</td></tr><tr class="a"><th>org.apache.shiro.session.mgt.AbstractValidatingSessionManager</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>42</td></tr><tr class="a"><th>org.apache.shiro.session.mgt.DefaultSessionManager</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>43</td></tr><tr class="a"><td>- move SessionDAO up to AbstractValidatingSessionManager?</td><td>49</td></tr><tr class="b"><th>org.apache.shiro.session.mgt.DelegatingSession</th><th>Line</th></tr><tr class="a"><td>- complete JavaDoc</td><td>45</td></tr><tr class="b"><th>org.apache.shiro.session.mgt.ExecutorServiceSessionValidationScheduler</th><th>Line</th></tr><tr class="a"><td>- complete JavaDoc</td><td>39</td></tr><tr class="b"><td>Implement an integration test to test for jvm exit as part of the standalone example (so we don't have to change the unit test execution model for the core module)</td><td>81</td></tr><tr class="a"><th>org.apache.shiro.session.mgt.SimpleSession</th><th>Line</th></tr><tr class="b"><td>- complete JavaDoc</td><td>51</td></tr><tr class="a"><td>- remove concrete reference to DefaultSessionManager</td><td>96</td></tr><tr class="b"><th>org.apache.shiro.subject.SimplePrincipalCollection</th><th>Line</th></tr><tr class="a"><td>- complete JavaDoc</td><td>46</td></tr><tr class="b"><th>org.apache.shiro.util.AbstractFactory</th><th>Line</th></tr><tr class="a"><td>- Class JavaDoc</td><td>22</td></tr><tr class="b"><th>org.apache.shiro.util.AntPathMatcher</th><th>Line</th></tr><tr class="a"><td>- complete JavaDoc</td><td>62</td></tr><tr class="b"><th>org.apache.shiro.util.ClassUtils</th><th>Line</th></tr><tr class="a"><td>- complete JavaDoc</td><td>36</td></tr><tr class="b"><th>org.apache.shiro.util.CollectionUtils</th><th>Line</th></tr><tr class="a"><td>- complete JavaDoc</td><td>32</td></tr><tr class="b"><th>org.apache.shiro.util.StringUtils</th><th>Line</th></tr><tr class="a"><td>- complete JavaDoc</td><td>34</td></tr></table></div></div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">
Copyright &#169; 2004-2014
<a href="http://www.apache.org/">The Apache Software Foundation</a>.
All Rights Reserved.
</div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>