Uses of Package
org.apache.shiro.authc.credential
Packages that use org.apache.shiro.authc.credential
Package
Description
Support for validating credentials (such as passwords or X509 certificates) during
authentication via the
CredentialsMatcher
interface and its supporting implementations.Components and sub-packages used in supporting the core
Realm interface.-
Classes in org.apache.shiro.authc.credential used by org.apache.shiro.authc.credentialClassDescriptionInterface implemented by classes that can determine if an AuthenticationToken's provided credentials matches a corresponding account's credentials stored in the system.A
HashedCredentialMatcherprovides support for hashing of suppliedAuthenticationTokencredentials before being compared to those in theAuthenticationInfofrom the data store.AHashingPasswordServiceis aPasswordServicethat performs password encryption and comparisons based on cryptographicHashes.APasswordServicesupports common use cases when using passwords as a credentials mechanism.Simple CredentialsMatcher implementation. -
Classes in org.apache.shiro.authc.credential used by org.apache.shiro.realmClassDescriptionInterface implemented by classes that can determine if an AuthenticationToken's provided credentials matches a corresponding account's credentials stored in the system.