Class AllowAllCredentialsMatcher

java.lang.Object
org.apache.shiro.authc.credential.AllowAllCredentialsMatcher
All Implemented Interfaces:
CredentialsMatcher

public class AllowAllCredentialsMatcher extends Object implements CredentialsMatcher
A credentials matcher that always returns 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 Realm.
Since:
0.2