Added Id keyword for all java files
This commit is contained in:
parent
d3b165749f
commit
43fc8e2660
|
@ -19,7 +19,7 @@ package org.springframework.security.annotation;
|
|||
* DOCUMENT ME!
|
||||
*
|
||||
* @author $author$
|
||||
* @version $Revision$
|
||||
* @version $Revision: 2145 $
|
||||
*/
|
||||
@Secured({"ROLE_USER"})
|
||||
public interface BusinessService {
|
||||
|
|
|
@ -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 =====================================================================================
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ========================================================================================================
|
||||
|
|
|
@ -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 ========================================================================================================
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ import junit.framework.TestCase;
|
|||
/**
|
||||
*
|
||||
* @author $author$
|
||||
* @version $Revision$
|
||||
* @version $Revision: 2142 $
|
||||
*/
|
||||
public class AlwaysTestAfterMaxRequestsCaptchaChannelProcessorTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
|
|
@ -22,7 +22,7 @@ import junit.framework.TestCase;
|
|||
* DOCUMENT ME!
|
||||
*
|
||||
* @author $author$
|
||||
* @version $Revision$
|
||||
* @version $Revision: 2142 $
|
||||
*/
|
||||
public class AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessorTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
|
|
@ -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 ================================================================================================
|
||||
|
|
|
@ -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 ========================================================================================================
|
||||
|
|
|
@ -24,7 +24,7 @@ import javax.naming.ldap.Control;
|
|||
*
|
||||
* @author Stefan Zoerner
|
||||
* @author Luke Taylor
|
||||
* @version $Id: PasswordPolicyControl.java 1496 2006-05-23 13:38:33Z benalex $
|
||||
* @version $Id$
|
||||
*
|
||||
* @see PasswordPolicyResponseControl
|
||||
* @see <a href="http://www.ietf.org/internet-drafts/draft-behera-ldap-password-policy-09.txt">Password Policy for LDAP
|
||||
|
|
|
@ -26,7 +26,7 @@ import javax.naming.ldap.ControlFactory;
|
|||
*
|
||||
* @author Stefan Zoerner
|
||||
* @author Luke Taylor
|
||||
* @version $Id: PasswordPolicyControlFactory.java 1496 2006-05-23 13:38:33Z benalex $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class PasswordPolicyControlFactory extends ControlFactory {
|
||||
//~ Methods ========================================================================================================
|
||||
|
|
|
@ -48,7 +48,7 @@ import java.io.InputStream;
|
|||
*
|
||||
* @author Stefan Zoerner
|
||||
* @author Luke Taylor
|
||||
* @version $Id: PasswordPolicyResponseControl.java 1496 2006-05-23 13:38:33Z benalex $
|
||||
* @version $Id$
|
||||
*
|
||||
* @see org.springframework.security.ldap.ppolicy.PasswordPolicyControl
|
||||
* @see <a href="http://www.ibm.com/developerworks/tivoli/library/t-ldap-controls/">Stefan Zoerner's IBM developerworks
|
||||
|
|
|
@ -25,7 +25,7 @@ import javax.naming.ldap.Control;
|
|||
* Tests for <tt>PasswordPolicyResponse</tt>.
|
||||
*
|
||||
* @author Luke Taylor
|
||||
* @version $Id: PasswordPolicyResponseControlTests.java 1496 2006-05-23 13:38:33Z benalex $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class PasswordPolicyResponseControlTests extends TestCase {
|
||||
//~ Methods ========================================================================================================
|
||||
|
|
|
@ -71,7 +71,7 @@ import org.springframework.util.Assert;
|
|||
* org.acegisecurity.util.FilterToBeanProxy}.</p>
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @version $Id: BasicProcessingFilter.java 1783 2007-02-23 19:21:44Z luke_t $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class BasicProcessingFilter implements Filter, InitializingBean, Ordered {
|
||||
//~ Static fields/initializers =====================================================================================
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.springframework.security.annotation.Secured;
|
|||
* <code>BankService</code> sample using Java 5 Annotations.
|
||||
*
|
||||
* @author Mark St.Godard
|
||||
* @version $Id: BankService.java 1496 2006-05-23 13:38:33Z benalex $
|
||||
* @version $Id$
|
||||
*
|
||||
* @see org.springframework.security.annotation.Secured
|
||||
*/
|
||||
|
|
|
@ -19,7 +19,7 @@ package org.springframework.security;
|
|||
* <code>BankService</code> sample implementation.
|
||||
*
|
||||
* @author Mark St.Godard
|
||||
* @version $Id: BankServiceImpl.java 1496 2006-05-23 13:38:33Z benalex $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class BankServiceImpl implements BankService {
|
||||
//~ Methods ========================================================================================================
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
|
|||
DOCUMENT ME!
|
||||
*
|
||||
* @author Mark St.Godard
|
||||
* @version $Id: Main.java 1496 2006-05-23 13:38:33Z benalex $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class Main {
|
||||
//~ Methods ========================================================================================================
|
||||
|
|
|
@ -71,7 +71,7 @@ import org.springframework.util.Assert;
|
|||
* org.springframework.security.util.FilterToBeanProxy}.</p>
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @version $Id: BasicProcessingFilter.java 1783 2007-02-23 19:21:44Z luke_t $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class BasicProcessingFilter implements Filter, InitializingBean, Ordered {
|
||||
//~ Static fields/initializers =====================================================================================
|
||||
|
|
|
@ -40,7 +40,7 @@ import org.springframework.util.Assert;
|
|||
* the browser its credentials are no longer authorized, causing it to prompt the user to login again.</p>
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @version $Id: BasicProcessingFilterEntryPoint.java 1822 2007-05-17 12:20:16Z vishalpuri $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class BasicProcessingFilterEntryPoint implements AuthenticationEntryPoint, InitializingBean, Ordered, ApplicationContextAware {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
|
|
@ -35,7 +35,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
|
|||
* Tests security objects.
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @version $Id: BankTests.java 1496 2006-05-23 13:38:33Z benalex $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class BankTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
|
Loading…
Reference in New Issue