Class Sha384CredentialsMatcher
java.lang.Object
org.apache.shiro.lang.codec.CodecSupport
org.apache.shiro.authc.credential.SimpleCredentialsMatcher
org.apache.shiro.authc.credential.HashedCredentialsMatcher
org.apache.shiro.authc.credential.Sha384CredentialsMatcher
- All Implemented Interfaces:
CredentialsMatcher
Deprecated.
HashedCredentialsMatcher implementation that expects the stored AuthenticationInfo credentials to be
SHA-384 hashed.- Since:
- 0.9
-
Field Summary
Fields inherited from class org.apache.shiro.lang.codec.CodecSupport
PREFERRED_ENCODING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shiro.authc.credential.HashedCredentialsMatcher
doCredentialsMatch, getCredentials, getHashAlgorithmName, getHashIterations, getSalt, hashProvidedCredentials, hashProvidedCredentials, isHashSalted, isStoredCredentialsHexEncoded, newHashInstance, setHashAlgorithmName, setHashIterations, setHashSalted, setStoredCredentialsHexEncodedMethods inherited from class org.apache.shiro.authc.credential.SimpleCredentialsMatcher
equals, getCredentialsMethods inherited from class org.apache.shiro.lang.codec.CodecSupport
isByteSource, objectToBytes, objectToString, toBytes, toBytes, toBytes, toBytes, toBytes, toBytes, toBytes, toChars, toChars, toString, toString, toString
-
Constructor Details
-
Sha384CredentialsMatcher
public Sha384CredentialsMatcher()Deprecated.
-
hashAlgorithmNameproperty.