Package com.axelor.auth
Class AuthRealm.AuthMatcher
java.lang.Object
org.apache.shiro.authc.credential.PasswordMatcher
com.axelor.auth.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
doCredentialsMatch
(org.apache.shiro.authc.AuthenticationToken token, org.apache.shiro.authc.AuthenticationInfo info) Methods inherited from class org.apache.shiro.authc.credential.PasswordMatcher
getPasswordService, getStoredPassword, getSubmittedPassword, setPasswordService
-
Constructor Details
-
AuthMatcher
public AuthMatcher()
-
-
Method Details
-
doCredentialsMatch
public boolean doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token, org.apache.shiro.authc.AuthenticationInfo info) - Specified by:
doCredentialsMatch
in interfaceorg.apache.shiro.authc.credential.CredentialsMatcher
- Overrides:
doCredentialsMatch
in classorg.apache.shiro.authc.credential.PasswordMatcher
-