Simple CredentialsMatcher implementation. Supports direct (plain) comparison for credentials of type byte[], char[], and Strings, and if the arguments do not match these types, then reverts back to simple
Object.equals
comparison.
Hashing comparisons (the most common technique used in secure applications) are not supported by this class, but instead by {@link org.apache.shiro.authc.credential.HashedCredentialsMatcher HashedCredentialsMatcher} implementations.
@author Les Hazlewood
@see org.apache.shiro.authc.credential.HashedCredentialsMatcher
@see org.apache.shiro.authc.credential.Md5CredentialsMatcher
@see Sha1CredentialsMatcher
@since 0.9