Package com.xebialabs.deployit.security
Class SHA256PasswordEncoder
java.lang.Object
com.xebialabs.deployit.security.SHA256PasswordEncoder
- All Implemented Interfaces:
org.springframework.security.crypto.password.PasswordEncoder
public class SHA256PasswordEncoder
extends Object
implements org.springframework.security.crypto.password.PasswordEncoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencode(CharSequence rawPassword) booleanmatches(CharSequence rawPassword, String encodedPassword) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.crypto.password.PasswordEncoder
upgradeEncoding
-
Constructor Details
-
SHA256PasswordEncoder
public SHA256PasswordEncoder()
-
-
Method Details
-
encode
- Specified by:
encodein interfaceorg.springframework.security.crypto.password.PasswordEncoder
-
matches
- Specified by:
matchesin interfaceorg.springframework.security.crypto.password.PasswordEncoder
-