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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserAuthenticationInfo(Object principal, Object credentials, String realmName, User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
User
getUser()
int
hashCode()
-