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 | Interface and Description |
---|---|
interface |
HashingPasswordService
A
HashingPasswordService is a PasswordService that performs password encryption and comparisons
based on cryptographic Hash es. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPasswordService
Default implementation of the
PasswordService interface that relies on an internal
HashService , HashFormat , and HashFormatFactory to function: |
Modifier and Type | Method and Description |
---|---|
PasswordService |
PasswordMatcher.getPasswordService() |
Modifier and Type | Method and Description |
---|---|
void |
PasswordMatcher.setPasswordService(PasswordService passwordService) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.