Class AuthenticationEntry<V,L>

java.lang.Object
org.wildfly.clustering.web.cache.sso.AuthenticationEntry<V,L>
Type Parameters:
A - the identity type
L - 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 Details

    • AuthenticationEntry

      public AuthenticationEntry(V authentication)
  • Method Details

    • getAuthentication

      public V getAuthentication()
    • getLocalContext

      public AtomicReference<L> getLocalContext()