Package | Description |
---|---|
org.jboss.as.clustering.web.sso.infinispan |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSSOKey<V> |
class |
CredentialKey |
class |
SessionKey |
Modifier and Type | Method and Description |
---|---|
void |
SSOClusterManager.cacheEntryModified(org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<SSOKey,?> event)
Extracts an SSO session id and uses it in an invocation of
ClusteredSingleSignOn.update() . |
void |
SSOClusterManager.cacheEntryRemoved(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<SSOKey,?> event)
Extracts an SSO session id and uses it in an invocation of
ClusteredSingleSignOn.deregister(String) . |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.