Uses of Interface
org.apache.shiro.authc.credential.CredentialsMatcher
Packages that use CredentialsMatcher
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.-
Uses of CredentialsMatcher in org.apache.shiro.authc.credential
Classes in org.apache.shiro.authc.credential that implement CredentialsMatcherModifier and TypeClassDescriptionclassA credentials matcher that always returnstruewhen matching credentials no matter what arguments are passed in.classAHashedCredentialMatcherprovides support for hashing of suppliedAuthenticationTokencredentials before being compared to those in theAuthenticationInfofrom the data store.classACredentialsMatcherthat employs best-practices comparisons for hashed text passwords.classDeprecated.classDeprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmNameproperty.classDeprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmNameproperty.classSimple CredentialsMatcher implementation. -
Uses of CredentialsMatcher in org.apache.shiro.realm
Methods in org.apache.shiro.realm that return CredentialsMatcherModifier and TypeMethodDescriptionAuthenticatingRealm.getCredentialsMatcher()Returns theCredentialsMatcherused during an authentication attempt to verify submitted credentials with those stored in the system.Methods in org.apache.shiro.realm with parameters of type CredentialsMatcherModifier and TypeMethodDescriptionvoidAuthenticatingRealm.setCredentialsMatcher(CredentialsMatcher credentialsMatcher) Sets the CredentialsMatcher used during an authentication attempt to verify submitted credentials with those stored in the system.Constructors in org.apache.shiro.realm with parameters of type CredentialsMatcherModifierConstructorDescriptionAuthenticatingRealm(CredentialsMatcher matcher) AuthenticatingRealm(org.apache.shiro.cache.CacheManager cacheManager, CredentialsMatcher matcher) AuthorizingRealm(CredentialsMatcher matcher) AuthorizingRealm(org.apache.shiro.cache.CacheManager cacheManager, CredentialsMatcher matcher)
hashAlgorithmNameproperty.