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
    Constructor
    Description
    DummyIdPSession(String sessionId, String canonicalName)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void

    Methods 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DummyIdPSession

      public DummyIdPSession(@Nonnull String sessionId, @Nonnull String canonicalName)
      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