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 |
Modifier and Type | Method and Description |
---|---|
HashFormat |
DefaultPasswordService.getHashFormat() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPasswordService.setHashFormat(HashFormat hashFormat) |
Modifier and Type | Interface and Description |
---|---|
interface |
ModularCryptFormat
A
HashFormat that supports
Modular Crypt Format token rules. |
interface |
ParsableHashFormat
A
ParsableHashFormat is able to parse a formatted string and convert it into a Hash instance. |
Modifier and Type | Class and Description |
---|---|
class |
Base64Format
HashFormat that outputs only the hash's digest bytes in Base64 format. |
class |
HexFormat
HashFormat that outputs only The hash's digest bytes in hex format. |
class |
Shiro1CryptFormat
The
Shiro1CryptFormat is a fully reversible
Modular Crypt Format (MCF). |
Modifier and Type | Method and Description |
---|---|
HashFormat |
DefaultHashFormatFactory.getInstance(String in) |
HashFormat |
HashFormatFactory.getInstance(String token) |
protected HashFormat |
DefaultHashFormatFactory.newHashFormatInstance(Class clazz) |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.