Uses of Package
org.apache.shiro.authc.credential

Packages that use org.apache.shiro.authc.credential
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. 
 

Classes in org.apache.shiro.authc.credential used by org.apache.shiro.authc.credential
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 Hashes.
PasswordService
          A PasswordService supports 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
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-2012 The Apache Software Foundation. All Rights Reserved.