Package 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.

See:
          Description

Class Summary
ArtifactPersistenceSvcProxy Chooses between an in-memory implementation or a multicast implementation at runtime depending on the configuration of the PingFederate server.
BearerAssertionReplayPreventionSvcProxy Chooses between an in-memory implementation or a multicast implementation at runtime depending on the configuration of the PingFederate server.
IdpSessionRegistryProxy Chooses between an in-memory implementation or a multicast implementation at runtime depending on the configuration of the PingFederate server.
InterRequestStateMgmtProxy  
SpSessionRegistryProxy Chooses between an in-memory implementation or a multicast implementation at runtime depending on the configuration of the PingFederate server.
 

Package org.sourceid.saml20.service.impl.proxy Description

'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. At runtime these implementations select an actual implementation to use behind the proxy. An suitable implementation is chosen (multicast or in-memory) for the operational mode of the PingFederate server (cluster or stand-alone).

Author:
Brian Campbell


Copyright 2007 Ping Identity Corp. All rights reserved.