mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-30 22:28:46 +00:00 
			
		
		
		
	SEC-2147: Deprecate .encoding.PasswordEncoding
This commit is contained in:
		
							parent
							
								
									f594ed76db
								
							
						
					
					
						commit
						e469c93f9d
					
				| @ -20,7 +20,12 @@ package org.springframework.security.authentication.encoding; | ||||
|  * Interface for performing authentication operations on a password. | ||||
|  * | ||||
|  * @author colin sampaleanu | ||||
|  * @deprecated It is recommended to use | ||||
|  *             {@link org.springframework.security.crypto.password.PasswordEncoder} | ||||
|  *             instead which better accommodates best practice of randomly | ||||
|  *             generated salt that is included with the password. | ||||
|  */ | ||||
| @Deprecated | ||||
| public interface PasswordEncoder { | ||||
|     //~ Methods ======================================================================================================== | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user