hunt.shiro.authc.credential.AllowAllCredentialsMatcher

Undocumented in source.

Members

Classes

AllowAllCredentialsMatcher
class AllowAllCredentialsMatcher

A credentials matcher that always returns {@code true} when matching credentials no matter what arguments are passed in. This can be used for testing or when credentials are implicitly trusted for a particular {@link hunt.shiro.realm.Realm Realm}.

Meta