public class DistributableSingleSignOnManager extends Object implements io.undertow.security.impl.SingleSignOnManager
SSOManager to a SingleSignOnManager.| Constructor and Description |
|---|
DistributableSingleSignOnManager(SSOManager<io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession,String,String,Void,org.wildfly.clustering.ee.Batch> manager,
SessionManagerRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.security.impl.SingleSignOn |
createSingleSignOn(io.undertow.security.idm.Account account,
String mechanism) |
io.undertow.security.impl.SingleSignOn |
findSingleSignOn(String id) |
void |
removeSingleSignOn(io.undertow.security.impl.SingleSignOn sso) |
public DistributableSingleSignOnManager(SSOManager<io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession,String,String,Void,org.wildfly.clustering.ee.Batch> manager, SessionManagerRegistry registry)
public io.undertow.security.impl.SingleSignOn createSingleSignOn(io.undertow.security.idm.Account account,
String mechanism)
createSingleSignOn in interface io.undertow.security.impl.SingleSignOnManagerpublic io.undertow.security.impl.SingleSignOn findSingleSignOn(String id)
findSingleSignOn in interface io.undertow.security.impl.SingleSignOnManagerpublic void removeSingleSignOn(io.undertow.security.impl.SingleSignOn sso)
removeSingleSignOn in interface io.undertow.security.impl.SingleSignOnManagerCopyright © 2019 JBoss by Red Hat. All rights reserved.