Package net.shibboleth.idp.session
Class IdPSessionTest.DummyIdPSession
java.lang.Object
net.shibboleth.idp.session.AbstractIdPSession
net.shibboleth.idp.session.IdPSessionTest.DummyIdPSession
- All Implemented Interfaces:
net.shibboleth.idp.session.IdPSession,Component,IdentifiedComponent
- Enclosing class:
- IdPSessionTest
private class IdPSessionTest.DummyIdPSession
extends net.shibboleth.idp.session.AbstractIdPSession
Dummy concrete class for testing purposes.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.shibboleth.idp.session.AbstractIdPSession
net.shibboleth.idp.session.AbstractIdPSession.AddressFamily -
Field Summary
Fields inherited from interface net.shibboleth.idp.session.IdPSession
MDC_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class net.shibboleth.idp.session.AbstractIdPSession
addAuthenticationResult, addSPSession, bindToAddress, checkAddress, checkTimeout, doAddAuthenticationResult, doAddSPSession, doBindToAddress, doRemoveAuthenticationResult, doRemoveSPSession, doSetLastActivityInstant, equals, getAddress, getAddressFamily, getAuthenticationResult, getAuthenticationResultMap, getAuthenticationResults, getCreationInstant, getId, getLastActivityInstant, getPrincipalName, getSPSession, getSPSessionMap, getSPSessions, hashCode, removeAuthenticationResult, removeSPSession, setLastActivityInstant, toString
-
Constructor Details
-
DummyIdPSession
Constructor.- Parameters:
sessionId- ...canonicalName- ...
-
-
Method Details
-
updateAuthenticationResultActivity
public void updateAuthenticationResultActivity(@Nonnull AuthenticationResult result) throws net.shibboleth.idp.session.SessionException - Throws:
net.shibboleth.idp.session.SessionException
-