Uses of Class
org.sourceid.saml20.service.ArtifactPersistenceService.Handle

Packages that use ArtifactPersistenceService.Handle
org.sourceid.saml20.service The PingFederate service interfaces with ancillary classes and exceptions. 
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.Handle in org.sourceid.saml20.service
 

Methods in org.sourceid.saml20.service that return ArtifactPersistenceService.Handle
 ArtifactPersistenceService.Handle ArtifactPersistenceService.saveArtifact(ArtifactPersistenceService.Message msg, int timeoutSeconds)
          Saves a protocol message associated to a byte array message handle for retrieval later (usually a very short time later) via artifact.
 

Uses of ArtifactPersistenceService.Handle in org.sourceid.saml20.service.impl.localmemory
 

Methods in org.sourceid.saml20.service.impl.localmemory that return ArtifactPersistenceService.Handle
 ArtifactPersistenceService.Handle ArtifactPersistenceServiceMapImpl.saveArtifact(ArtifactPersistenceService.Message msg, int timeoutSeconds)
           
 

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

Methods in org.sourceid.saml20.service.impl.multicast that return ArtifactPersistenceService.Handle
 ArtifactPersistenceService.Handle ArtifactPersistenceSvcMulticastImpl.saveArtifact(ArtifactPersistenceService.Message msg, int timeoutSeconds)
           
 ArtifactPersistenceService.Handle ArtifactPersistenceSvcMulticastEncodedNodeIdxImpl.saveArtifact(ArtifactPersistenceService.Message msg, int timeoutSeconds)
           
 

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

Methods in org.sourceid.saml20.service.impl.proxy that return ArtifactPersistenceService.Handle
 ArtifactPersistenceService.Handle ArtifactPersistenceSvcProxy.saveArtifact(ArtifactPersistenceService.Message msg, int timeoutSeconds)
           
 



Copyright 2007 Ping Identity Corp. All rights reserved.