Package | Description |
---|---|
org.jboss.as.clustering.web.sso | |
org.jboss.as.clustering.web.sso.infinispan | |
org.jboss.as.web.sso |
Modifier and Type | Method and Description |
---|---|
SSOCredentials |
SSOClusterManager.lookup(String ssoId)
Queries the cluster for the existence of a SSO session with the given id, returning a
SSOCredentials if one
is found. |
Modifier and Type | Method and Description |
---|---|
void |
SSOLocalManager.remoteUpdate(String ssoId,
SSOCredentials credentials)
Callback from the SSOClusterManager notifying the local manager that the credentials associated with an SSO have been
modified on another node.
|
Modifier and Type | Method and Description |
---|---|
SSOCredentials |
SSOClusterManager.lookup(String ssoId) |
Modifier and Type | Method and Description |
---|---|
void |
ClusteredSingleSignOn.remoteUpdate(String ssoId,
SSOCredentials credentials) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.