Class UserAuthenticationInfo

java.lang.Object
org.apache.shiro.authc.SimpleAuthenticationInfo
com.axelor.auth.UserAuthenticationInfo
All Implemented Interfaces:
Serializable, org.apache.shiro.authc.AuthenticationInfo, org.apache.shiro.authc.MergableAuthenticationInfo, org.apache.shiro.authc.SaltedAuthenticationInfo

public class UserAuthenticationInfo extends org.apache.shiro.authc.SimpleAuthenticationInfo
See Also:
  • Field Summary

    Fields inherited from class org.apache.shiro.authc.SimpleAuthenticationInfo

    credentials, credentialsSalt, principals
  • Constructor Summary

    Constructors
    Constructor
    Description
    UserAuthenticationInfo(Object principal, Object credentials, String realmName, User user)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    int
     

    Methods inherited from class org.apache.shiro.authc.SimpleAuthenticationInfo

    getCredentials, getCredentialsSalt, getPrincipals, merge, setCredentials, setCredentialsSalt, setPrincipals, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UserAuthenticationInfo

      public UserAuthenticationInfo(Object principal, Object credentials, String realmName, User user)
  • Method Details

    • getUser

      public User getUser()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class org.apache.shiro.authc.SimpleAuthenticationInfo
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.apache.shiro.authc.SimpleAuthenticationInfo