|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PasswordService | |
|---|---|
| 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. |
| Uses of PasswordService in org.apache.shiro.authc.credential |
|---|
| Subinterfaces of PasswordService in org.apache.shiro.authc.credential | |
|---|---|
interface |
HashingPasswordService
A HashingPasswordService is a PasswordService that performs password encryption and comparisons
based on cryptographic Hashes. |
| Classes in org.apache.shiro.authc.credential that implement PasswordService | |
|---|---|
class |
DefaultPasswordService
Default implementation of the PasswordService interface that relies on an internal
HashService, HashFormat, and HashFormatFactory to function: |
| Methods in org.apache.shiro.authc.credential that return PasswordService | |
|---|---|
PasswordService |
PasswordMatcher.getPasswordService()
|
| Methods in org.apache.shiro.authc.credential with parameters of type PasswordService | |
|---|---|
void |
PasswordMatcher.setPasswordService(PasswordService passwordService)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||