org.apache.shiro.authc.credential
Class Sha512CredentialsMatcher

java.lang.Object
  extended by org.apache.shiro.codec.CodecSupport
      extended by org.apache.shiro.authc.credential.SimpleCredentialsMatcher
          extended by org.apache.shiro.authc.credential.HashedCredentialsMatcher
              extended by org.apache.shiro.authc.credential.Sha512CredentialsMatcher
All Implemented Interfaces:
CredentialsMatcher

Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property.

public class Sha512CredentialsMatcher
extends HashedCredentialsMatcher

HashedCredentialsMatcher implementation that expects the stored AuthenticationInfo credentials to be SHA-512 hashed.

Since:
0.9

Field Summary
 
Fields inherited from class org.apache.shiro.codec.CodecSupport
PREFERRED_ENCODING
 
Constructor Summary
Sha512CredentialsMatcher()
          Deprecated.  
 
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, setStoredCredentialsHexEncoded
 
Methods inherited from class org.apache.shiro.authc.credential.SimpleCredentialsMatcher
equals, getCredentials
 
Methods inherited from class org.apache.shiro.codec.CodecSupport
isByteSource, objectToBytes, objectToString, toBytes, toBytes, toBytes, toBytes, toBytes, toBytes, toBytes, toChars, toChars, toString, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sha512CredentialsMatcher

public Sha512CredentialsMatcher()
Deprecated. 


Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.