| 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 |
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-2016 The Apache Software Foundation. All Rights Reserved.