|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleCredentialsMatcher | |
---|---|
org.apache.shiro.authc.credential | Support for validating credentials (such as passwords or X509 certificates) during
authentication via the CredentialsMatcher
interface and its supporting implementations. |
Uses of SimpleCredentialsMatcher in org.apache.shiro.authc.credential |
---|
Subclasses of SimpleCredentialsMatcher in org.apache.shiro.authc.credential | |
---|---|
class |
HashedCredentialsMatcher
A HashedCredentialMatcher provides support for hashing of supplied AuthenticationToken credentials
before being compared to those in the AuthenticationInfo from the data store. |
class |
Md2CredentialsMatcher
Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property. |
class |
Md5CredentialsMatcher
Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property. |
class |
Sha1CredentialsMatcher
Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property. |
class |
Sha256CredentialsMatcher
Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property. |
class |
Sha384CredentialsMatcher
Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property. |
class |
Sha512CredentialsMatcher
Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |