Interface CacheableUser<C,T,D,S>

Type Parameters:
C - the persistent context type
T - the transient context type
D - the deployment type
S - the session type
All Superinterfaces:
AutoCloseable, Supplier<org.wildfly.clustering.session.user.User<C,T,D,S>>, org.wildfly.clustering.session.user.User<C,T,D,S>
All Known Implementing Classes:
CachedUser

public interface CacheableUser<C,T,D,S> extends org.wildfly.clustering.session.user.User<C,T,D,S>, Supplier<org.wildfly.clustering.session.user.User<C,T,D,S>>
Author:
Paul Ferraro
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get

    Methods inherited from interface org.wildfly.clustering.session.user.User

    close, getId, getPersistentContext, getSessions, getTransientContext, invalidate, isValid