Package com.axelor.auth
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
ConstructorsConstructorDescriptionUserAuthenticationInfo
(Object principal, Object credentials, String realmName, User user) -
Method Summary
Methods inherited from class org.apache.shiro.authc.SimpleAuthenticationInfo
getCredentials, getCredentialsSalt, getPrincipals, merge, setCredentials, setCredentialsSalt, setPrincipals, toString
-
Constructor Details
-
UserAuthenticationInfo
-
-
Method Details
-
getUser
-
equals
- Overrides:
equals
in classorg.apache.shiro.authc.SimpleAuthenticationInfo
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.apache.shiro.authc.SimpleAuthenticationInfo
-