mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-11-04 08:39:05 +00:00 
			
		
		
		
	Javadoc correction.
This commit is contained in:
		
							parent
							
								
									bb4d818862
								
							
						
					
					
						commit
						0b5160d155
					
				@ -11,7 +11,6 @@ import javax.servlet.http.HttpServletResponse;
 | 
				
			|||||||
import org.apache.commons.logging.Log;
 | 
					import org.apache.commons.logging.Log;
 | 
				
			||||||
import org.apache.commons.logging.LogFactory;
 | 
					import org.apache.commons.logging.LogFactory;
 | 
				
			||||||
import org.springframework.security.core.Authentication;
 | 
					import org.springframework.security.core.Authentication;
 | 
				
			||||||
import org.springframework.security.web.authentication.logout.LogoutHandler;
 | 
					 | 
				
			||||||
import org.springframework.security.web.util.RedirectUtils;
 | 
					import org.springframework.security.web.util.RedirectUtils;
 | 
				
			||||||
import org.springframework.security.web.util.UrlUtils;
 | 
					import org.springframework.security.web.util.UrlUtils;
 | 
				
			||||||
import org.springframework.util.Assert;
 | 
					import org.springframework.util.Assert;
 | 
				
			||||||
@ -20,7 +19,8 @@ import org.springframework.util.StringUtils;
 | 
				
			|||||||
/**
 | 
					/**
 | 
				
			||||||
 * Base class containing the logic used by strategies which handle redirection to a URL and
 | 
					 * Base class containing the logic used by strategies which handle redirection to a URL and
 | 
				
			||||||
 * are passed an <tt>Authentication</tt> object as part of the contract.
 | 
					 * are passed an <tt>Authentication</tt> object as part of the contract.
 | 
				
			||||||
 * See {@link AuthenticationSuccessHandler} and {@link LogoutHandler}, for example.
 | 
					 * See {@link AuthenticationSuccessHandler} and
 | 
				
			||||||
 | 
					 * {@link org.springframework.security.web.authentication.logout.LogoutSuccessHandler LogoutSuccessHandler}, for example.
 | 
				
			||||||
 * <p>
 | 
					 * <p>
 | 
				
			||||||
 * Uses the following logic sequence to determine how it should handle the forward/redirect
 | 
					 * Uses the following logic sequence to determine how it should handle the forward/redirect
 | 
				
			||||||
 * <ul>
 | 
					 * <ul>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user