A - the identity typeL - the local context typepublic class AuthenticationEntry<V,L> extends Object
| Constructor and Description |
|---|
AuthenticationEntry(V authentication) |
| Modifier and Type | Method and Description |
|---|---|
V |
getAuthentication() |
AtomicReference<L> |
getLocalContext() |
public AuthenticationEntry(V authentication)
public V getAuthentication()
public AtomicReference<L> getLocalContext()
Copyright © 2019 JBoss by Red Hat. All rights reserved.