Class 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 Detail

      • AuthenticationEntry

        public AuthenticationEntry​(V authentication)
    • Method Detail

      • getAuthentication

        public V getAuthentication()