Uses of Interface
org.sourceid.saml20.service.SpSessionRegistry

Packages that use SpSessionRegistry
org.sourceid.saml20.service.impl.localmemory In-memory implementations of some of the service interfaces - these implementations are suitable for use with the PingFederate server running in a stand-alone mode. 
org.sourceid.saml20.service.impl.multicast Multicast implementations of some of the service interfaces - these implementations are suitable for use with the PingFederate server running in a clustered mode. 
org.sourceid.saml20.service.impl.proxy 'Smart' proxy implementations of some of the service interfaces - these implementations are suitable for use with the PingFederate server running in a clustered or stand-alone mode. 
 

Uses of SpSessionRegistry in org.sourceid.saml20.service.impl.localmemory
 

Classes in org.sourceid.saml20.service.impl.localmemory that implement SpSessionRegistry
 class SpSessionRegistryMapImpl
          A HashMap backed implementation of the SpSessionRegistry.
 

Uses of SpSessionRegistry in org.sourceid.saml20.service.impl.multicast
 

Classes in org.sourceid.saml20.service.impl.multicast that implement SpSessionRegistry
 class SpSessionRegistryMulticastImpl
          A multicast backed implementation of this service interface that allows state to be shared between nodes in a cluster.
 

Uses of SpSessionRegistry in org.sourceid.saml20.service.impl.proxy
 

Classes in org.sourceid.saml20.service.impl.proxy that implement SpSessionRegistry
 class SpSessionRegistryProxy
          Chooses between an in-memory implementation or a multicast implementation at runtime depending on the configuration of the PingFederate server.
 



Copyright 2007 Ping Identity Corp. All rights reserved.