Class AuthRealm.AuthMatcher

  • All Implemented Interfaces:
    org.apache.shiro.authc.credential.CredentialsMatcher
    Enclosing class:
    AuthRealm

    public static class AuthRealm.AuthMatcher
    extends org.apache.shiro.authc.credential.PasswordMatcher
    • Constructor Detail

      • AuthMatcher

        public AuthMatcher()
    • Method Detail

      • doCredentialsMatch

        public boolean doCredentialsMatch​(org.apache.shiro.authc.AuthenticationToken token,
                                          org.apache.shiro.authc.AuthenticationInfo info)
        Specified by:
        doCredentialsMatch in interface org.apache.shiro.authc.credential.CredentialsMatcher
        Overrides:
        doCredentialsMatch in class org.apache.shiro.authc.credential.PasswordMatcher