1
0
mirror of synced 2026-08-06 02:08:01 +00:00

SEC-2122: Update namespace to support bcrypt.

password-encoder now supports hash='bcrypt'.
This commit is contained in:
Luke Taylor
2013-05-17 19:17:18 +01:00
parent 896339087f
commit ebba8ac514
5 changed files with 50 additions and 12 deletions
+1
View File
@@ -14,6 +14,7 @@ Import-Template:
org.springframework.security.access.*;version="${secRange}",
org.springframework.security.authentication.*;version="${secRange}",
org.springframework.security.core.*;version="${secRange}",
org.springframework.security.crypto.bcrypt.*;version="${secRange}",
org.springframework.security.util;version="${secRange}",
org.springframework.security.provisioning;version="${secRange}",
org.springframework.security.web.*;version="${secRange}";resolution:=optional,