Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.sso | |
org.wildfly.clustering.web.infinispan.sso.coarse | |
org.wildfly.clustering.web.sso |
Modifier and Type | Method and Description |
---|---|
Sessions<D> |
SessionsFactory.createSessions(String ssoId,
V value) |
Sessions<D> |
InfinispanSSOManager.findSessionsContaining(String sessionId) |
Sessions<D> |
InfinispanSSO.getSessions() |
Constructor and Description |
---|
InfinispanSSO(String id,
A authentication,
Sessions<D> sessions,
AtomicReference<L> localContext,
LocalContextFactory<L> localContextFactory,
Remover<String> remover) |
Modifier and Type | Class and Description |
---|---|
class |
CoarseSessions<D> |
Modifier and Type | Method and Description |
---|---|
Sessions<D> |
CoarseSessionsFactory.createSessions(String ssoId,
Map<D,String> value) |
Modifier and Type | Method and Description |
---|---|
Sessions<D> |
SSOManager.findSessionsContaining(String sessionId)
Searches for the sessions of the single sign on entry containing the specified session.
|
Sessions<D> |
SSO.getSessions()
Returns the session for which the user is authenticated.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.