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 Constructor Description AuthMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token, org.apache.shiro.authc.AuthenticationInfo info)
-
-
-
Method Detail
-
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
-
-