public class CompositeSSO<A,D,S,L> extends Object implements org.wildfly.clustering.web.sso.SSO<A,D,S,L>
| Constructor and Description |
|---|
CompositeSSO(String id,
A authentication,
org.wildfly.clustering.web.sso.Sessions<D,S> sessions,
AtomicReference<L> localContext,
org.wildfly.clustering.web.LocalContextFactory<L> localContextFactory,
org.wildfly.clustering.ee.Remover<String> remover) |
| Modifier and Type | Method and Description |
|---|---|
A |
getAuthentication() |
String |
getId() |
L |
getLocalContext() |
org.wildfly.clustering.web.sso.Sessions<D,S> |
getSessions() |
void |
invalidate() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.