|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionRegistryException | |
---|---|
org.sourceid.saml20.service | The PingFederate service interfaces with ancillary classes and exceptions. |
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 SessionRegistryException in org.sourceid.saml20.service |
---|
Methods in org.sourceid.saml20.service that throw SessionRegistryException | |
---|---|
IdpHashableAuthnBean |
IdpSessionRegistry.getAuthnBean(java.lang.String assertionId)
Lookup the HashableAuthnBean that was registered against a remote session with the given asseriton id. |
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. |
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. |
SpHashableAuthnBean |
SpSessionRegistry.lookupAuthnBean(Session session)
Retrieve the SpHashableAuthnBean that was registered with the given session. |
java.util.List<SpHashableAuthnBean> |
SpSessionRegistry.lookupAuthnBeans(java.lang.String pingFederateSessionId)
Retrieve all the SpHashableAuthnBean associated with the PingFederate session id. |
Session |
SpSessionRegistry.lookupSessionReceived(SpHashableAuthnBean authnBean)
Retrieve the session that was registered with the given SpHashableAuthnBean. |
java.util.List<Session> |
SpSessionRegistry.lookupSessions(java.lang.String partnerIdpEntityId,
org.sourceid.saml20.xmlbinding.assertion.NameIDType nameIDType)
Retrieve a list of sessions that have the given parameters. |
void |
IdpSessionRegistry.registerSessionIssued(IdpHashableAuthnBean authnBean,
Session session)
Registers that a remote session was issued against a local application session represented by the HashableAuthnBean. |
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. |
void |
IdpSessionRegistry.unregisterAuthnBean(IdpHashableAuthnBean authnBean)
Unregister an authentication bean. |
Session |
IdpSessionRegistry.unregisterSession(java.lang.String assertionId)
Unregister and return a session by assertion id. |
Session |
SpSessionRegistry.unregisterSessionReceived(SpHashableAuthnBean authnBean)
Same as lookupSessionReceived but the session is also removed from the registry (usually because of logout). |
Uses of SessionRegistryException in org.sourceid.saml20.service.impl.proxy |
---|
Methods in org.sourceid.saml20.service.impl.proxy that throw SessionRegistryException | |
---|---|
IdpHashableAuthnBean |
IdpSessionRegistryProxy.getAuthnBean(java.lang.String assertionId)
|
java.util.List<Session> |
IdpSessionRegistryProxy.getIssuedSessions(IdpHashableAuthnBean authnBean)
|
java.util.Set<IdpHashableAuthnBean> |
IdpSessionRegistryProxy.getRegisteredAuthnBeans(java.lang.String sessionIdentifier)
|
SpHashableAuthnBean |
SpSessionRegistryProxy.lookupAuthnBean(Session s)
|
java.util.List<SpHashableAuthnBean> |
SpSessionRegistryProxy.lookupAuthnBeans(java.lang.String sessionIdentifier)
|
Session |
SpSessionRegistryProxy.lookupSessionReceived(SpHashableAuthnBean authnBean)
|
java.util.List<Session> |
SpSessionRegistryProxy.lookupSessions(java.lang.String partnerEntityId,
org.sourceid.saml20.xmlbinding.assertion.NameIDType nameIDType)
|
void |
IdpSessionRegistryProxy.registerSessionIssued(IdpHashableAuthnBean authnBean,
Session session)
|
void |
SpSessionRegistryProxy.registerSessionReceived(SpHashableAuthnBean authnBean,
Session session)
|
void |
IdpSessionRegistryProxy.unregisterAuthnBean(IdpHashableAuthnBean authnBean)
|
Session |
IdpSessionRegistryProxy.unregisterSession(java.lang.String assertionId)
|
Session |
SpSessionRegistryProxy.unregisterSessionReceived(SpHashableAuthnBean authnBean)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |