Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.sso | |
org.wildfly.clustering.web.sso | |
org.wildfly.clustering.web.undertow.sso |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanSSO<A,D,L> |
Modifier and Type | Method and Description |
---|---|
SSO<A,D,L> |
InfinispanSSOManager.createSSO(String ssoId,
A authentication) |
SSO<A,D,L> |
SSOFactory.createSSO(String id,
Map.Entry<AV,SV> value) |
SSO<A,D,L> |
InfinispanSSOFactory.createSSO(String id,
Map.Entry<Map.Entry<A,AtomicReference<L>>,SV> value) |
SSO<A,D,L> |
InfinispanSSOManager.findSSO(String ssoId) |
Modifier and Type | Method and Description |
---|---|
SSO<A,D,L> |
SSOManager.createSSO(String ssoId,
A authentication)
Creates a new single sign on entry.
|
SSO<A,D,L> |
SSOManager.findSSO(String ssoId)
Returns the single sign on entry identified by the specified identifier.
|
Constructor and Description |
---|
DistributableSingleSignOn(SSO<io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession,String,Void> sso,
SessionManagerRegistry registry,
Batcher<Batch> batcher,
Batch batch) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.