Class AuthenticationEntry<V,L>
- java.lang.Object
-
- org.wildfly.clustering.web.cache.sso.AuthenticationEntry<V,L>
-
- Type Parameters:
A- the identity typeL- the local context type
public class AuthenticationEntry<V,L> extends Object
Cache entry that store authentication data plus any local context.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description AuthenticationEntry(V authentication)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VgetAuthentication()AtomicReference<L>getLocalContext()
-
-
-
Constructor Detail
-
AuthenticationEntry
public AuthenticationEntry(V authentication)
-
-
Method Detail
-
getAuthentication
public V getAuthentication()
-
getLocalContext
public AtomicReference<L> getLocalContext()
-
-