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

Packages that use IdpSessionRegistry
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 IdpSessionRegistry in org.sourceid.saml20.service.impl.localmemory
 

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

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

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

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

Classes in org.sourceid.saml20.service.impl.proxy that implement IdpSessionRegistry
 class IdpSessionRegistryProxy
          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.