Class DecoratedUser<C,T,D,S>
java.lang.Object
org.wildfly.clustering.session.cache.user.DecoratedUser<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>>, User<C, T, D, S>
- Direct Known Subclasses:
CachedUser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanget()getId()Returns the unique identifier for this user.Returns the persistent context of this user.Returns the sessions for this user.Returns the transient context of this user.inthashCode()voidInvalidates this user and any associated sessions.booleanisValid()Returns true unless this user was invalidated.toString()
-
Constructor Details
-
DecoratedUser
-
-
Method Details