Uses of Package
org.apache.shiro.authc.credential
-
Packages that use org.apache.shiro.authc.credential Package Description org.apache.shiro.authc.credential Support for validating credentials (such as passwords or X509 certificates) during authentication via theCredentialsMatcherinterface and its supporting implementations.org.apache.shiro.realm Components and sub-packages used in supporting the coreRealminterface. -
Classes in org.apache.shiro.authc.credential used by org.apache.shiro.authc.credential Class 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 AHashedCredentialMatcherprovides support for hashing of suppliedAuthenticationTokencredentials before being compared to those in theAuthenticationInfofrom the data store.HashingPasswordService AHashingPasswordServiceis aPasswordServicethat performs password encryption and comparisons based on cryptographicHashes.PasswordService APasswordServicesupports common use cases when using passwords as a credentials mechanism.SimpleCredentialsMatcher Simple CredentialsMatcher implementation. -
Classes in org.apache.shiro.authc.credential used by org.apache.shiro.realm Class 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.