Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.