Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag ClassTotal number of occurrencesTag strings used by tag class
Deprecated0@Deprecated
Todo Work39todo, FIXME

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 39

org.apache.shiro.authz.ModularRealmAuthorizerTestLine
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() ); }87
org.apache.shiro.authz.permission.WildcardPermissionLine
- JavaDoc methods107
org.apache.shiro.config.ReflectionBuilderLine
- complete JavaDoc45
make protected in 1.3+331
org.apache.shiro.crypto.hash.Md5HashLine
- complete JavaDoc35
org.apache.shiro.crypto.hash.Sha1HashLine
- complete JavaDoc36
org.apache.shiro.crypto.hash.Sha256HashLine
- complete JavaDoc37
org.apache.shiro.crypto.hash.Sha384HashLine
- complete JavaDoc38
org.apache.shiro.crypto.hash.Sha512HashLine
- complete JavaDoc37
org.apache.shiro.crypto.hash.format.Shiro1CryptFormatLine
create a HashFormatException class125
org.apache.shiro.realm.AuthenticatingRealmLine
- complete JavaDoc112
org.apache.shiro.realm.AuthorizingRealmLine
- complete JavaDoc58
org.apache.shiro.realm.AuthorizingRealmTestLine
- this could/should be expaned to be more robust end to end test for the AuthorizingRealm43
org.apache.shiro.realm.CachingRealmLine
- complete JavaDoc52
org.apache.shiro.realm.SimpleAccountRealmLine
- complete JavaDoc48
org.apache.shiro.realm.activedirectory.ActiveDirectoryRealmLine
- complete JavaDoc55
org.apache.shiro.realm.activedirectory.ActiveDirectoryRealmTestLine
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.49
org.apache.shiro.realm.jdbc.JdbcRealmLine
- complete JavaDoc59
separate password and hash from getPasswordForUser[0]224
org.apache.shiro.realm.ldap.AbstractLdapRealmLine
- complete JavaDoc55
org.apache.shiro.realm.ldap.DefaultLdapContextFactoryLine
- complete JavaDoc50
org.apache.shiro.realm.text.PropertiesRealmLine
- complete JavaDoc86
- cleanup - this method shouldn't be necessary157
org.apache.shiro.realm.text.TextConfigurationRealmLine
- complete JavaDoc48
org.apache.shiro.session.mgt.AbstractSessionManagerLine
- 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.30
org.apache.shiro.session.mgt.AbstractValidatingSessionManagerLine
- complete JavaDoc42
org.apache.shiro.session.mgt.DefaultSessionManagerLine
- complete JavaDoc43
- move SessionDAO up to AbstractValidatingSessionManager?49
org.apache.shiro.session.mgt.DelegatingSessionLine
- complete JavaDoc45
org.apache.shiro.session.mgt.ExecutorServiceSessionValidationSchedulerLine
- complete JavaDoc39
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)81
org.apache.shiro.session.mgt.SimpleSessionLine
- complete JavaDoc51
- remove concrete reference to DefaultSessionManager96
org.apache.shiro.subject.SimplePrincipalCollectionLine
- complete JavaDoc46
org.apache.shiro.util.AbstractFactoryLine
- Class JavaDoc22
org.apache.shiro.util.AntPathMatcherLine
- complete JavaDoc62
org.apache.shiro.util.ClassUtilsLine
- complete JavaDoc36
org.apache.shiro.util.CollectionUtilsLine
- complete JavaDoc32
org.apache.shiro.util.StringUtilsLine
- complete JavaDoc34