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. |
org.apache.shiro.crypto.hash |
Cryptographic Hashing components that greatly simplify one-way data hashing in an application.
|
Modifier and Type | Method and Description |
---|---|
HashService |
DefaultPasswordService.getHashService() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPasswordService.setHashService(HashService hashService) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableHashService
A
HashService that allows configuration of its strategy via JavaBeans-compatible setter methods. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHashService
Default implementation of the
HashService interface, supporting a customizable hash algorithm name,
secure-random salt generation, multiple hash iterations and an optional internal
privateSalt . |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.