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

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

Classes in org.sourceid.saml20.service.impl.localmemory that implement BearerAssertionReplayPreventionService
 class BearerAssertionReplayPreventionSvcInMemoryImpl
          An implementation of the BearerAssertionReplayPreventionService backed implementation by some java collections.
 

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

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

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

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