Uses of Class
org.apache.shiro.authc.credential.SimpleCredentialsMatcher
-
Packages that use SimpleCredentialsMatcher Package Description org.apache.shiro.authc.credential Support for validating credentials (such as passwords or X509 certificates) during authentication via theCredentialsMatcher
interface and its supporting implementations. -
-
Uses of SimpleCredentialsMatcher in org.apache.shiro.authc.credential
Subclasses of SimpleCredentialsMatcher in org.apache.shiro.authc.credential Modifier and Type Class Description class
HashedCredentialsMatcher
AHashedCredentialMatcher
provides support for hashing of suppliedAuthenticationToken
credentials before being compared to those in theAuthenticationInfo
from the data store.class
Md2CredentialsMatcher
Deprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmName
property.class
Md5CredentialsMatcher
Deprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmName
property.class
Sha1CredentialsMatcher
Deprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmName
property.class
Sha256CredentialsMatcher
Deprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmName
property.class
Sha384CredentialsMatcher
Deprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmName
property.class
Sha512CredentialsMatcher
Deprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmName
property.
-