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

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

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

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

Classes in org.sourceid.saml20.service.impl.multicast that implement ArtifactPersistenceService
 class ArtifactPersistenceSvcMulticastEncodedNodeIdxImpl
          A multicast backed implementation with good memory and network utilization.
 class ArtifactPersistenceSvcMulticastImpl
          A multicast backed implementation of this service interface that allows state to be shared between nodes in a cluster.
 

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

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