You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by ka...@apache.org on 2010/05/30 10:49:42 UTC

svn commit: r949495 [4/4] - in /incubator/shiro/branches/shiro-root-1.0.x: core/src/main/java/org/apache/shiro/ core/src/main/java/org/apache/shiro/aop/ core/src/main/java/org/apache/shiro/authc/ core/src/main/java/org/apache/shiro/authc/credential/ co...

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/src/main/java/org/apache/shiro/samples/spring/ui/WebStartDriver.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/src/main/java/org/apache/shiro/samples/spring/ui/WebStartDriver.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/src/main/java/org/apache/shiro/samples/spring/ui/WebStartDriver.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/src/main/java/org/apache/shiro/samples/spring/ui/WebStartDriver.java Sun May 30 08:49:36 2010
@@ -25,7 +25,6 @@ import org.springframework.context.suppo
  * Spring application context.  Once the Spring application context is
  * loaded, the initialization of the {@link WebStartView} does the rest.
  *
- * @author Jeremy Haile
  * @since 0.1
  */
 public class WebStartDriver {

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/src/main/java/org/apache/shiro/samples/spring/ui/WebStartView.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/src/main/java/org/apache/shiro/samples/spring/ui/WebStartView.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/src/main/java/org/apache/shiro/samples/spring/ui/WebStartView.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/src/main/java/org/apache/shiro/samples/spring/ui/WebStartView.java Sun May 30 08:49:36 2010
@@ -38,7 +38,6 @@ import org.apache.shiro.samples.spring.S
  * is hosted by the Spring sample web application and remotely invoked
  * when the buttons in this view are clicked.
  *
- * @author Jeremy Haile
  * @since 0.1
  */
 public class WebStartView implements ActionListener, InitializingBean {

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/BootstrapDataPopulator.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/BootstrapDataPopulator.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/BootstrapDataPopulator.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/BootstrapDataPopulator.java Sun May 30 08:49:36 2010
@@ -33,7 +33,6 @@ import org.apache.shiro.crypto.hash.Sha2
  * Shiro Spring sample application to demonstrate the use of the {@link org.apache.shiro.realm.jdbc.JdbcRealm}
  * The tables created by this class follow the default table and column names that {@link org.apache.shiro.realm.jdbc.JdbcRealm} uses.
  *
- * @author Les Hazlewood
  */
 public class BootstrapDataPopulator implements InitializingBean {
 

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/DefaultSampleManager.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/DefaultSampleManager.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/DefaultSampleManager.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/DefaultSampleManager.java Sun May 30 08:49:36 2010
@@ -30,7 +30,6 @@ import org.apache.shiro.subject.Subject;
  * Default implementation of the {@link SampleManager} interface that stores
  * and retrieves a value from the user's session.
  *
- * @author Jeremy Haile
  * @since 0.1
  */
 public class DefaultSampleManager implements SampleManager {

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/IndexController.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/IndexController.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/IndexController.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/IndexController.java Sun May 30 08:49:36 2010
@@ -36,7 +36,6 @@ import org.apache.shiro.subject.Subject;
  * Spring MVC controller responsible for rendering the Shiro Spring sample
  * application index page.
  *
- * @author Jeremy Haile
  * @since 0.1
  */
 public class IndexController extends SimpleFormController {

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/JnlpController.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/JnlpController.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/JnlpController.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/JnlpController.java Sun May 30 08:49:36 2010
@@ -34,7 +34,6 @@ import org.apache.shiro.subject.Subject;
  * Controller used to dynamically build a JNLP file used to launch the Shiro
  * Spring WebStart sample application.
  *
- * @author Jeremy Haile
  * @since 0.1
  */
 public class JnlpController extends AbstractController {

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/LoginCommand.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/LoginCommand.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/LoginCommand.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/LoginCommand.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ package org.apache.shiro.samples.spring.
  * Command object that parameters are bound to when logging into the sample
  * application.
  *
- * @author Jeremy Haile
  * @since 0.1
  */
 public class LoginCommand {

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/LogoutController.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/LogoutController.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/LogoutController.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/LogoutController.java Sun May 30 08:49:36 2010
@@ -32,7 +32,6 @@ import org.apache.shiro.subject.Subject;
  * Controller responsible for logging out the current user by invoking
  * {@link org.apache.shiro.subject.Subject#logout()}
  *
- * @author Jeremy Haile
  * @since 0.1
  */
 public class LogoutController extends AbstractController {

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/SessionValueCommand.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/SessionValueCommand.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/SessionValueCommand.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring/src/main/java/org/apache/shiro/samples/spring/web/SessionValueCommand.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ package org.apache.shiro.samples.spring.
  * Command object used to bind parameters when submitting a value to be
  * stored in the user's session from the index page.
  *
- * @author Jeremy Haile
  * @since 0.1
  */
 public class SessionValueCommand {

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/standalone/src/main/java/MyRealm.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/standalone/src/main/java/MyRealm.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/standalone/src/main/java/MyRealm.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/standalone/src/main/java/MyRealm.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ import org.apache.shiro.realm.Authorizin
 import org.apache.shiro.subject.PrincipalCollection;
 
 /**
- * @author Les Hazlewood
  */
 public class MyRealm extends AuthorizingRealm {
 

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/standalone/src/main/java/Standalone.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/standalone/src/main/java/Standalone.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/standalone/src/main/java/Standalone.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/standalone/src/main/java/Standalone.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ import org.apache.shiro.config.IniConfig
 import org.apache.shiro.subject.Subject;
 
 /**
- * @author Les Hazlewood
  * @since Aug 28, 2008 5:46:16 PM
  */
 public class Standalone {

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/main/aspect/org/apache/shiro/aspectj/ShiroAnnotationAuthorizingAspect.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/main/aspect/org/apache/shiro/aspectj/ShiroAnnotationAuthorizingAspect.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/main/aspect/org/apache/shiro/aspectj/ShiroAnnotationAuthorizingAspect.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/main/aspect/org/apache/shiro/aspectj/ShiroAnnotationAuthorizingAspect.java Sun May 30 08:49:36 2010
@@ -26,7 +26,6 @@ import org.aspectj.lang.annotation.Point
 /**
  * Aspect that adds a before advice for each invocation of an annotated method.
  *
- * @author J-C Desrochers
  */
 @Aspect()
 public class ShiroAnnotationAuthorizingAspect {

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/main/java/org/apache/shiro/aspectj/AspectjAnnotationsAuthorizingMethodInterceptor.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/main/java/org/apache/shiro/aspectj/AspectjAnnotationsAuthorizingMethodInterceptor.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/main/java/org/apache/shiro/aspectj/AspectjAnnotationsAuthorizingMethodInterceptor.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/main/java/org/apache/shiro/aspectj/AspectjAnnotationsAuthorizingMethodInterceptor.java Sun May 30 08:49:36 2010
@@ -32,8 +32,6 @@ import java.util.Arrays;
  * an aspectj {@link JoinPoint} into a {@link MethodInvocation} amd to perform the
  * authorization of method invocations.
  *
- * @author J-C Desrochers
- * @author Kalle Korhonen
  * @since 1.0
  */
 public class AspectjAnnotationsAuthorizingMethodInterceptor extends AnnotationsAuthorizingMethodInterceptor {

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/main/java/org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/main/java/org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/main/java/org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/main/java/org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.java Sun May 30 08:49:36 2010
@@ -28,7 +28,6 @@ import java.lang.reflect.Method;
 /**
  * Helper class that adapts an AspectJ {@link JoinPoint JoinPoint}.
  *
- * @author J-C Desrochers
  * @since 1.0
  */
 public class BeforeAdviceMethodInvocationAdapter implements MethodInvocation {

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/DummyService.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/DummyService.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/DummyService.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/DummyService.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ package org.apache.shiro.aspectj;
 /**
  * Basic service for test purposes.
  *
- * @author J-C Desrochers
  */
 public interface DummyService {
 

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/DummyServiceTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/DummyServiceTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/DummyServiceTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/DummyServiceTest.java Sun May 30 08:49:36 2010
@@ -36,8 +36,6 @@ import org.junit.BeforeClass;
 import org.junit.Test;
 
 /**
- * @author J-C Desrochers
- * @author Kalle Korhonen
  */
 public class DummyServiceTest {
 

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/RestrictedDummyService.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/RestrictedDummyService.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/RestrictedDummyService.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/RestrictedDummyService.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ import org.apache.shiro.authz.annotation
 /**
  * Extends the secure dummy service and makes it some access more restrictive.
  *
- * @author J-C Desrochers
  */
 public class RestrictedDummyService extends SecuredDummyService {
 

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/SecuredDummyService.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/SecuredDummyService.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/SecuredDummyService.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/src/test/java/org/apache/shiro/aspectj/SecuredDummyService.java Sun May 30 08:49:36 2010
@@ -27,7 +27,6 @@ import java.sql.Timestamp;
 /**
  * Secured implementation of te dummy service that requires some permissions to execute.
  *
- * @author J-C Desrochers
  */
 public class SecuredDummyService implements DummyService {
 

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/src/main/java/org/apache/shiro/cache/ehcache/EhCache.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/src/main/java/org/apache/shiro/cache/ehcache/EhCache.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/src/main/java/org/apache/shiro/cache/ehcache/EhCache.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/src/main/java/org/apache/shiro/cache/ehcache/EhCache.java Sun May 30 08:49:36 2010
@@ -30,8 +30,6 @@ import java.util.*;
 /**
  * Shiro {@link org.apache.shiro.cache.Cache} implementation that wraps an {@link net.sf.ehcache.Ehcache} instance.
  *
- * @author Jeremy Haile
- * @author Les Hazlewood
  * @since 0.2
  */
 public class EhCache<K, V> implements Cache<K, V> {

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/src/main/java/org/apache/shiro/cache/ehcache/EhCacheManager.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/src/main/java/org/apache/shiro/cache/ehcache/EhCacheManager.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/src/main/java/org/apache/shiro/cache/ehcache/EhCacheManager.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/src/main/java/org/apache/shiro/cache/ehcache/EhCacheManager.java Sun May 30 08:49:36 2010
@@ -44,8 +44,6 @@ import java.io.InputStream;
  * <p/>
  * Please see the <a href="http://ehcache.sf.net" target="_top">Ehcache website</a> for their documentation.
  *
- * @author Jeremy Haile
- * @author Les Hazlewood
  * @see <a href="http://ehcache.sf.net" target="_top">The Ehcache website</a>
  * @since 0.2
  */

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/src/test/java/org/apache/shiro/cache/ehcache/EhCacheManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/src/test/java/org/apache/shiro/cache/ehcache/EhCacheManagerTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/src/test/java/org/apache/shiro/cache/ehcache/EhCacheManagerTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/src/test/java/org/apache/shiro/cache/ehcache/EhCacheManagerTest.java Sun May 30 08:49:36 2010
@@ -29,7 +29,6 @@ import static org.junit.Assert.*;
 /**
  * TODO - Class JavaDoc
  *
- * @author Les Hazlewood
  * @since May 11, 2010 12:41:38 PM
  */
 public class EhCacheManagerTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/quartz/src/main/java/org/apache/shiro/session/mgt/quartz/QuartzSessionValidationJob.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/quartz/src/main/java/org/apache/shiro/session/mgt/quartz/QuartzSessionValidationJob.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/quartz/src/main/java/org/apache/shiro/session/mgt/quartz/QuartzSessionValidationJob.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/quartz/src/main/java/org/apache/shiro/session/mgt/quartz/QuartzSessionValidationJob.java Sun May 30 08:49:36 2010
@@ -33,7 +33,6 @@ import org.apache.shiro.session.mgt.Vali
  * method on a configured session manager.  The session manager will automatically be injected by the
  * superclass if it is in the job data map or the scheduler map.
  *
- * @author Jeremy Haile
  * @since 0.1
  */
 public class QuartzSessionValidationJob implements Job {

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/quartz/src/main/java/org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/quartz/src/main/java/org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/quartz/src/main/java/org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/quartz/src/main/java/org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.java Sun May 30 08:49:36 2010
@@ -37,8 +37,6 @@ import org.apache.shiro.session.mgt.Vali
  * job to call {@link org.apache.shiro.session.mgt.ValidatingSessionManager#validateSessions()} on
  * a regular basis.
  *
- * @author Jeremy Haile
- * @author Les Hazlewood
  * @since 0.1
  */
 public class QuartzSessionValidationScheduler implements SessionValidationScheduler {

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/LifecycleBeanPostProcessor.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/LifecycleBeanPostProcessor.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/LifecycleBeanPostProcessor.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/LifecycleBeanPostProcessor.java Sun May 30 08:49:36 2010
@@ -40,7 +40,6 @@ import org.apache.shiro.util.Initializab
  * already been called, so if you define this post processor in your applicationContext, do not also call these
  * methods manually or via Spring's <tt>init-method</tt> or <tt>destroy-method</tt> bean attributes.</b></p>
  *
- * @author Jeremy Haile
  * @since 0.2
  */
 public class LifecycleBeanPostProcessor implements DestructionAwareBeanPostProcessor {

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/remoting/SecureRemoteInvocationExecutor.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/remoting/SecureRemoteInvocationExecutor.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/remoting/SecureRemoteInvocationExecutor.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/remoting/SecureRemoteInvocationExecutor.java Sun May 30 08:49:36 2010
@@ -38,8 +38,6 @@ import java.util.concurrent.Callable;
  * implementation during the thread execution.  The {@code SecurityManager} implementation can use this sessionId
  * to reconstitute the {@code Subject} instance based on persistent state in the corresponding {@code Session}.
  *
- * @author Jeremy Haile
- * @author Les Hazlewood
  * @since 0.1
  */
 public class SecureRemoteInvocationExecutor extends DefaultRemoteInvocationExecutor {

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.java Sun May 30 08:49:36 2010
@@ -41,8 +41,6 @@ import java.io.Serializable;
  * be used to export the server-side remote services to ensure that the appropriate
  * Subject and Session are bound to the remote thread during execution.
  *
- * @author Jeremy Haile
- * @author Les Hazlewood
  * @since 0.1
  */
 public class SecureRemoteInvocationFactory extends DefaultRemoteInvocationFactory {

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.java Sun May 30 08:49:36 2010
@@ -28,7 +28,6 @@ import java.lang.reflect.Method;
  * Allows Shiro Annotations to work in any <a href="http://aopalliance.sourceforge.net/">AOP Alliance</a>
  * specific implementation environment (for example, Spring).
  *
- * @author Les Hazlewood
  * @since 0.2
  */
 public class AopAllianceAnnotationsAuthorizingMethodInterceptor

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.java Sun May 30 08:49:36 2010
@@ -36,7 +36,6 @@ import org.apache.shiro.mgt.SecurityMana
 
 /**
  * TODO - complete JavaDoc
- * @author Les Hazlewood
  * @since 0.1
  */
 public class AuthorizationAttributeSourceAdvisor extends StaticMethodMatcherPointcutAdvisor

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/web/ShiroFilterFactoryBean.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/web/ShiroFilterFactoryBean.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/web/ShiroFilterFactoryBean.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/main/java/org/apache/shiro/spring/web/ShiroFilterFactoryBean.java Sun May 30 08:49:36 2010
@@ -110,7 +110,6 @@ import java.util.Map;
  * filters benefit from this convenience, your filter implementation should subclass one of the 3 mentioned
  * earlier.
  *
- * @author The Apache Shiro Project (shiro-dev@incubator.apache.org)
  * @see org.springframework.web.filter.DelegatingFilterProxy DelegatingFilterProxy
  * @since 1.0
  */

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/test/java/org/apache/shiro/spring/remoting/SecureRemoteInvocationFactoryTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/test/java/org/apache/shiro/spring/remoting/SecureRemoteInvocationFactoryTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/test/java/org/apache/shiro/spring/remoting/SecureRemoteInvocationFactoryTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/spring/src/test/java/org/apache/shiro/spring/remoting/SecureRemoteInvocationFactoryTest.java Sun May 30 08:49:36 2010
@@ -38,7 +38,6 @@ import static org.junit.Assert.assertNul
 /**
  * //TODO - Class JavaDoc!
  *
- * @author Les Hazlewood
  */
 public class SecureRemoteInvocationFactoryTest {