Constructor and Description |
---|
InfinispanSSO(String id,
A authentication,
Sessions<D> sessions,
AtomicReference<L> localContext,
LocalContextFactory<L> localContextFactory,
Remover<String> remover) |
Modifier and Type | Method and Description |
---|---|
A |
getAuthentication()
Returns the authentication for this SSO.
|
String |
getId()
A unique identifier for this SSO.
|
L |
getLocalContext()
The local context of this SSO.
|
Sessions<D> |
getSessions()
Returns the session for which the user is authenticated.
|
void |
invalidate()
Invalidates this SSO.
|
public InfinispanSSO(String id, A authentication, Sessions<D> sessions, AtomicReference<L> localContext, LocalContextFactory<L> localContextFactory, Remover<String> remover)
public String getId()
SSO
public A getAuthentication()
SSO
getAuthentication
in interface SSO<A,D,L>
public Sessions<D> getSessions()
SSO
getSessions
in interface SSO<A,D,L>
public void invalidate()
SSO
invalidate
in interface SSO<A,D,L>
Copyright © 2018 JBoss by Red Hat. All rights reserved.