hunt.shiro.authc.credential.SimpleCredentialsMatcher

Undocumented in source.

Members

Classes

SimpleCredentialsMatcher
class SimpleCredentialsMatcher

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 <code>Object.equals</code> comparison. <p/> <p>Hashing comparisons (the most common technique used in secure applications) are not supported by this class, but instead by the {@link hunt.shiro.authc.credential.HashedCredentialsMatcher HashedCredentialsMatcher}.

Meta