Class IdPSessionTest

java.lang.Object
net.shibboleth.idp.session.IdPSessionTest

public class IdPSessionTest extends Object
IdPSession unit test.
  • Constructor Details

    • IdPSessionTest

      public IdPSessionTest()
  • Method Details

    • testInstantiation

      public void testInstantiation() throws Exception
      Tests that everything is properly initialized during object construction.
      Throws:
      Exception - if something goes wrong
    • testLastActivityInstant

      public void testLastActivityInstant() throws Exception
      Tests mutating the last activity instant.
      Throws:
      Exception - if something goes wrong
    • testAddressValidation

      public void testAddressValidation() throws Exception
      Tests address binding.
      Throws:
      Exception - if something goes wrong
    • testAddSPSessions

      public void testAddSPSessions() throws net.shibboleth.idp.session.SessionException
      Tests adding service sessions.
      Throws:
      net.shibboleth.idp.session.SessionException - ...
    • testRemoveSPSession

      public void testRemoveSPSession() throws net.shibboleth.idp.session.SessionException
      Tests removing service sessions.
      Throws:
      net.shibboleth.idp.session.SessionException - ...
    • testRemoveAuthenticationResult

      public void testRemoveAuthenticationResult() throws net.shibboleth.idp.session.SessionException
      Tests remove authentication results.
      Throws:
      net.shibboleth.idp.session.SessionException - ...