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

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

Methods in org.sourceid.saml20.service that return IdpHashableAuthnBean
 IdpHashableAuthnBean IdpSessionRegistry.getAuthnBean(java.lang.String assertionId)
          Lookup the HashableAuthnBean that was registered against a remote session with the given asseriton id.
 

Methods in org.sourceid.saml20.service that return types with arguments of type IdpHashableAuthnBean
 java.util.Set<IdpHashableAuthnBean> IdpSessionRegistry.getRegisteredAuthnBeans(java.lang.String pingFederateSessionIdentifier)
          Looks up all the local application sessions (HashableAuthnBeans) associated with a given PingFederate session id.
 

Methods in org.sourceid.saml20.service with parameters of type IdpHashableAuthnBean
 java.util.List<Session> IdpSessionRegistry.getIssuedSessions(IdpHashableAuthnBean authnBean)
          Gets all the sessions that have been issued to SP partners that are currently registered against the given HashableAuthnBean.
 void IdpSessionRegistry.registerSessionIssued(IdpHashableAuthnBean authnBean, Session session)
           Registers that a remote session was issued against a local application session represented by the HashableAuthnBean.
 void IdpSessionRegistry.unregisterAuthnBean(IdpHashableAuthnBean authnBean)
          Unregister an authentication bean.
 

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

Fields in org.sourceid.saml20.service.impl.localmemory with type parameters of type IdpHashableAuthnBean
protected  java.util.Map<java.lang.String,IdpHashableAuthnBean> IdpSessionRegistryMapImpl.assertionIdToBeanMap
           
protected  java.util.Map<IdpHashableAuthnBean,java.lang.String> IdpSessionRegistryMapImpl.beanToSessionIdMap
           
protected  java.util.Map<IdpHashableAuthnBean,java.util.List<Session>> IdpSessionRegistryMapImpl.beanToSessionListMap
           
protected  java.util.Map<java.lang.String,java.util.Set<IdpHashableAuthnBean>> IdpSessionRegistryMapImpl.sessionIdToBeansSetMap
           
 

Methods in org.sourceid.saml20.service.impl.localmemory that return IdpHashableAuthnBean
 IdpHashableAuthnBean IdpSessionRegistryMapImpl.getAuthnBean(java.lang.String assertionId)
           
 

Methods in org.sourceid.saml20.service.impl.localmemory that return types with arguments of type IdpHashableAuthnBean
 java.util.Set<IdpHashableAuthnBean> IdpSessionRegistryMapImpl.getRegisteredAuthnBeans(java.lang.String sessionIdentifier)
           
 

Methods in org.sourceid.saml20.service.impl.localmemory with parameters of type IdpHashableAuthnBean
 java.util.List<Session> IdpSessionRegistryMapImpl.getIssuedSessions(IdpHashableAuthnBean authnBean)
           
 void IdpSessionRegistryMapImpl.registerSessionIssued(IdpHashableAuthnBean authnBean, Session session)
           
 void IdpSessionRegistryMapImpl.unregisterAuthnBean(IdpHashableAuthnBean authnBean)
           
 

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

Methods in org.sourceid.saml20.service.impl.multicast that return IdpHashableAuthnBean
 IdpHashableAuthnBean IdpSessionRegistryMulticastImpl.getAuthnBean(java.lang.String assertionId)
           
 

Methods in org.sourceid.saml20.service.impl.multicast that return types with arguments of type IdpHashableAuthnBean
 java.util.Set<IdpHashableAuthnBean> IdpSessionRegistryMulticastImpl.getRegisteredAuthnBeans(java.lang.String sessionIdentifier)
           
 

Methods in org.sourceid.saml20.service.impl.multicast with parameters of type IdpHashableAuthnBean
 java.util.List<Session> IdpSessionRegistryMulticastImpl.getIssuedSessions(IdpHashableAuthnBean authnBean)
           
 void IdpSessionRegistryMulticastImpl.registerSessionIssued(IdpHashableAuthnBean authnBean, Session session)
           
 void IdpSessionRegistryMulticastImpl.unregisterAuthnBean(IdpHashableAuthnBean authnBean)
           
 

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

Methods in org.sourceid.saml20.service.impl.proxy that return IdpHashableAuthnBean
 IdpHashableAuthnBean IdpSessionRegistryProxy.getAuthnBean(java.lang.String assertionId)
           
 

Methods in org.sourceid.saml20.service.impl.proxy that return types with arguments of type IdpHashableAuthnBean
 java.util.Set<IdpHashableAuthnBean> IdpSessionRegistryProxy.getRegisteredAuthnBeans(java.lang.String sessionIdentifier)
           
 

Methods in org.sourceid.saml20.service.impl.proxy with parameters of type IdpHashableAuthnBean
 java.util.List<Session> IdpSessionRegistryProxy.getIssuedSessions(IdpHashableAuthnBean authnBean)
           
 void IdpSessionRegistryProxy.registerSessionIssued(IdpHashableAuthnBean authnBean, Session session)
           
 void IdpSessionRegistryProxy.unregisterAuthnBean(IdpHashableAuthnBean authnBean)
           
 



Copyright 2007 Ping Identity Corp. All rights reserved.