Added Id keyword for all java files
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ import org.springframework.util.Assert;
|
||||
* same <code>SecurityContext</code>. This is generally useful with rich clients, such as Swing.</p>
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @version $Id: SecurityContextHolder.java 1324 2006-02-12 06:29:53Z benalex $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class GlobalSecurityContextHolderStrategy implements SecurityContextHolderStrategy {
|
||||
//~ Static fields/initializers =====================================================================================
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ import org.springframework.util.Assert;
|
||||
* org.springframework.security.context.SecurityContextHolderStrategy}.
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @version $Id: SecurityContextHolder.java 1324 2006-02-12 06:29:53Z benalex $
|
||||
* @version $Id$
|
||||
*
|
||||
* @see java.lang.ThreadLocal
|
||||
* @see org.springframework.security.context.HttpSessionContextIntegrationFilter
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ import org.springframework.util.Assert;
|
||||
* org.springframework.security.context.SecurityContextHolderStrategy}.
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @version $Id: SecurityContextHolder.java 1324 2006-02-12 06:29:53Z benalex $
|
||||
* @version $Id$
|
||||
*
|
||||
* @see java.lang.ThreadLocal
|
||||
* @see org.springframework.security.context.HttpSessionContextIntegrationFilter
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ import javax.security.auth.login.LoginException;
|
||||
* This LoginExceptionResolver simply wraps the LoginException with an AuthenticationServiceException.
|
||||
*
|
||||
* @author Ray Krueger
|
||||
* @version $Revision$
|
||||
* @version $Revision: 2142 $
|
||||
*/
|
||||
public class DefaultLoginExceptionResolver implements LoginExceptionResolver {
|
||||
//~ Methods ========================================================================================================
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ import javax.security.auth.login.LoginException;
|
||||
* org.springframework.security.BadCredentialsException}.
|
||||
*
|
||||
* @author Ray Krueger
|
||||
* @version $Revision$
|
||||
* @version $Revision: 2176 $
|
||||
*/
|
||||
public interface LoginExceptionResolver {
|
||||
//~ Methods ========================================================================================================
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@ import org.springframework.util.Assert;
|
||||
* An {@link AuthenticationProvider} implementation that retrieves user details from an {@link UserDetailsService}.
|
||||
*
|
||||
* @author Scott McCrory
|
||||
* @version $Id: SiteminderAuthenticationProvider.java 1582 2006-07-15 15:18:51Z smccrory $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class SiteminderAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider {
|
||||
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ import junit.framework.TestCase;
|
||||
/**
|
||||
*
|
||||
* @author $author$
|
||||
* @version $Revision$
|
||||
* @version $Revision: 2142 $
|
||||
*/
|
||||
public class AlwaysTestAfterMaxRequestsCaptchaChannelProcessorTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ import junit.framework.TestCase;
|
||||
* DOCUMENT ME!
|
||||
*
|
||||
* @author $author$
|
||||
* @version $Revision$
|
||||
* @version $Revision: 2142 $
|
||||
*/
|
||||
public class AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessorTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ import org.springframework.security.captcha.TestOnceAfterMaxRequestsCaptchaChann
|
||||
* DOCUMENT ME!
|
||||
*
|
||||
* @author $author$
|
||||
* @version $Revision$
|
||||
* @version $Revision: 2142 $
|
||||
*/
|
||||
public class TestOnceAfterMaxRequestsCaptchaChannelProcessorTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
+1
-1
@@ -45,7 +45,7 @@ import org.springframework.dao.DataRetrievalFailureException;
|
||||
* Tests {@link SiteminderAuthenticationProvider}.
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @version $Id: SiteminderAuthenticationProviderTests.java 1582 2006-07-15 15:18:51Z smccrory $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class SiteminderAuthenticationProviderTests extends TestCase {
|
||||
//~ Methods ========================================================================================================
|
||||
|
||||
Reference in New Issue
Block a user