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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface org.apache.shiro.authc.credential.CredentialsMatcher
      Overrides:
      doCredentialsMatch in class org.apache.shiro.authc.credential.PasswordMatcher