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.realm |
Components and sub-packages used in supporting the core
Realm interface. |
Class and Description |
---|
CredentialsMatcher
Interface implemented by classes that can determine if an AuthenticationToken's provided
credentials matches a corresponding account's credentials stored in the system.
|
HashedCredentialsMatcher
A
HashedCredentialMatcher provides support for hashing of supplied AuthenticationToken credentials
before being compared to those in the AuthenticationInfo from the data store. |
HashingPasswordService
A
HashingPasswordService is a PasswordService that performs password encryption and comparisons
based on cryptographic Hash es. |
PasswordService
A
PasswordService supports common use cases when using passwords as a credentials mechanism. |
SimpleCredentialsMatcher
Simple CredentialsMatcher implementation.
|
Class and Description |
---|
CredentialsMatcher
Interface implemented by classes that can determine if an AuthenticationToken's provided
credentials matches a corresponding account's credentials stored in the system.
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.