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

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

Methods in org.sourceid.saml20.service that return SpHashableAuthnBean
 SpHashableAuthnBean SpSessionRegistry.lookupAuthnBean(Session session)
          Retrieve the SpHashableAuthnBean that was registered with the given session.
 

Methods in org.sourceid.saml20.service that return types with arguments of type SpHashableAuthnBean
 java.util.List<SpHashableAuthnBean> SpSessionRegistry.lookupAuthnBeans(java.lang.String pingFederateSessionId)
          Retrieve all the SpHashableAuthnBean associated with the PingFederate session id.
 

Methods in org.sourceid.saml20.service with parameters of type SpHashableAuthnBean
 Session SpSessionRegistry.lookupSessionReceived(SpHashableAuthnBean authnBean)
          Retrieve the session that was registered with the given SpHashableAuthnBean.
 void SpSessionRegistry.registerSessionReceived(SpHashableAuthnBean authnBean, Session session)
          Register a session received from an IdP with the SpHashableAuthnBean that represents the application session created by the adapter.
 Session SpSessionRegistry.unregisterSessionReceived(SpHashableAuthnBean authnBean)
          Same as lookupSessionReceived but the session is also removed from the registry (usually because of logout).
 

Uses of SpHashableAuthnBean in org.sourceid.saml20.service.impl.localmemory
 

Methods in org.sourceid.saml20.service.impl.localmemory that return SpHashableAuthnBean
 SpHashableAuthnBean SpSessionRegistryMapImpl.lookupAuthnBean(Session assertion)
           
 

Methods in org.sourceid.saml20.service.impl.localmemory that return types with arguments of type SpHashableAuthnBean
 java.util.List<SpHashableAuthnBean> SpSessionRegistryMapImpl.lookupAuthnBeans(java.lang.String sessionIdentifier)
           
 

Methods in org.sourceid.saml20.service.impl.localmemory with parameters of type SpHashableAuthnBean
 Session SpSessionRegistryMapImpl.lookupSessionReceived(SpHashableAuthnBean authnBean)
           
 void SpSessionRegistryMapImpl.registerSessionReceived(SpHashableAuthnBean authnBean, Session session)
           
 Session SpSessionRegistryMapImpl.unregisterSessionReceived(SpHashableAuthnBean authnBean)
           
 

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

Methods in org.sourceid.saml20.service.impl.multicast that return SpHashableAuthnBean
 SpHashableAuthnBean SpSessionRegistryMulticastImpl.lookupAuthnBean(Session s)
           
 

Methods in org.sourceid.saml20.service.impl.multicast that return types with arguments of type SpHashableAuthnBean
 java.util.List<SpHashableAuthnBean> SpSessionRegistryMulticastImpl.lookupAuthnBeans(java.lang.String sessionIdentifier)
           
 

Methods in org.sourceid.saml20.service.impl.multicast with parameters of type SpHashableAuthnBean
 Session SpSessionRegistryMulticastImpl.lookupSessionReceived(SpHashableAuthnBean authnBean)
           
 void SpSessionRegistryMulticastImpl.registerSessionReceived(SpHashableAuthnBean authnBean, Session session)
           
 Session SpSessionRegistryMulticastImpl.unregisterSessionReceived(SpHashableAuthnBean authnBean)
           
 

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

Methods in org.sourceid.saml20.service.impl.proxy that return SpHashableAuthnBean
 SpHashableAuthnBean SpSessionRegistryProxy.lookupAuthnBean(Session s)
           
 

Methods in org.sourceid.saml20.service.impl.proxy that return types with arguments of type SpHashableAuthnBean
 java.util.List<SpHashableAuthnBean> SpSessionRegistryProxy.lookupAuthnBeans(java.lang.String sessionIdentifier)
           
 

Methods in org.sourceid.saml20.service.impl.proxy with parameters of type SpHashableAuthnBean
 Session SpSessionRegistryProxy.lookupSessionReceived(SpHashableAuthnBean authnBean)
           
 void SpSessionRegistryProxy.registerSessionReceived(SpHashableAuthnBean authnBean, Session session)
           
 Session SpSessionRegistryProxy.unregisterSessionReceived(SpHashableAuthnBean authnBean)
           
 



Copyright 2007 Ping Identity Corp. All rights reserved.