Uses of Class
org.sourceid.saml20.service.ArtifactPersistenceServiceException

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

Methods in org.sourceid.saml20.service that throw ArtifactPersistenceServiceException
 ArtifactPersistenceService.Message ArtifactPersistenceService.retrieveAndRemoveArtifact(byte[] messageHandle)
          Retrieves (and removes from the underlying storage mechanism) the protocol message associated to the given message 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 ArtifactPersistenceServiceException in org.sourceid.saml20.service.impl.multicast
 

Methods in org.sourceid.saml20.service.impl.multicast that throw ArtifactPersistenceServiceException
 ArtifactPersistenceService.Message ArtifactPersistenceSvcMulticastEncodedNodeIdxImpl.retrieveAndRemoveArtifact(byte[] messageHandle)
           
 

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

Methods in org.sourceid.saml20.service.impl.proxy that throw ArtifactPersistenceServiceException
 ArtifactPersistenceService.Message ArtifactPersistenceSvcProxy.retrieveAndRemoveArtifact(byte[] messageHandle)
           
 ArtifactPersistenceService.Handle ArtifactPersistenceSvcProxy.saveArtifact(ArtifactPersistenceService.Message msg, int timeoutSeconds)
           
 



Copyright 2007 Ping Identity Corp. All rights reserved.