| 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.format |
| Modifier and Type | Method and Description |
|---|---|
HashFormatFactory |
DefaultPasswordService.getHashFormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPasswordService.setHashFormatFactory(HashFormatFactory hashFormatFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHashFormatFactory
This default
HashFormatFactory implementation heuristically determines a HashFormat class to
instantiate based on the input argument and returns a new instance of the discovered class. |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.