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 | Class and Description |
---|---|
class |
DefaultPasswordService
Default implementation of the
PasswordService interface that relies on an internal
HashService , HashFormat , and HashFormatFactory to function:
Hashing Passwords
Comparing Passwords
All hashing operations are performed by the internal hashService . |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.