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 |
Class and Description |
---|
HashFormat
A
HashFormat is able to format a Hash instance into a well-defined formatted String. |
HashFormatFactory |
Class and Description |
---|
HashFormat
A
HashFormat is able to format a Hash instance into a well-defined formatted String. |
HashFormatFactory |
ModularCryptFormat
A
HashFormat that supports
Modular Crypt Format token rules. |
ParsableHashFormat
A
ParsableHashFormat is able to parse a formatted string and convert it into a Hash instance. |
ProvidedHashFormat
An enum representing Shiro's default provided
HashFormat implementations. |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.