Package org.apereo.cas.redis
Class RedisUserAccount
java.lang.Object
org.apereo.cas.redis.RedisUserAccount
- All Implemented Interfaces:
Serializable
This is
RedisUserAccount.- Since:
- 6.1.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates user account status. -
Constructor Summary
ConstructorsConstructorDescriptionRedisUserAccount(String username, String password, Map<String, List<Object>> attributes, RedisUserAccount.AccountStatus status) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAttributes(Map<String, List<Object>> attributes) voidsetPassword(String password) voidvoidsetUsername(String username) toString()
-
Constructor Details
-
RedisUserAccount
-
-
Method Details