|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HashFormatFactory | |
|---|---|
| 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 | |
| Uses of HashFormatFactory in org.apache.shiro.authc.credential |
|---|
| Methods in org.apache.shiro.authc.credential that return HashFormatFactory | |
|---|---|
HashFormatFactory |
DefaultPasswordService.getHashFormatFactory()
|
| Methods in org.apache.shiro.authc.credential with parameters of type HashFormatFactory | |
|---|---|
void |
DefaultPasswordService.setHashFormatFactory(HashFormatFactory hashFormatFactory)
|
| Uses of HashFormatFactory in org.apache.shiro.crypto.hash.format |
|---|
| Classes in org.apache.shiro.crypto.hash.format that implement HashFormatFactory | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||