Class CachedUser<C,T,D,S>
java.lang.Object
org.wildfly.clustering.session.cache.user.DecoratedUser<C,T,D,S>
org.wildfly.clustering.session.cache.user.CachedUser<C,T,D,S>
- Type Parameters:
C- the persistent context typeT- the transient context typeD- the deployment typeS- the session type
- All Implemented Interfaces:
AutoCloseable, Supplier<User<C,T, D, S>>, CacheableUser<C, T, D, S>, User<C, T, D, S>
A cached user.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DecoratedUser
equals, get, getId, getPersistentContext, getSessions, getTransientContext, hashCode, invalidate, isValid, toStringMethods inherited from interface User
getId, getPersistentContext, getSessions, getTransientContext, invalidate, isValid
-
Constructor Details
-
CachedUser
-
-
Method Details
-
close
-