Package net.shibboleth.idp.session
Class IdPSessionTest
java.lang.Object
net.shibboleth.idp.session.IdPSessionTest
IdPSession unit test.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classDummy concrete class for testing purposes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests address binding.voidTests adding service sessions.voidTests that everything is properly initialized during object construction.voidTests mutating the last activity instant.voidTests remove authentication results.voidTests removing service sessions.
-
Constructor Details
-
IdPSessionTest
public IdPSessionTest()
-
-
Method Details
-
testInstantiation
Tests that everything is properly initialized during object construction.- Throws:
Exception- if something goes wrong
-
testLastActivityInstant
Tests mutating the last activity instant.- Throws:
Exception- if something goes wrong
-
testAddressValidation
Tests address binding.- Throws:
Exception- if something goes wrong
-
testAddSPSessions
public void testAddSPSessions() throws net.shibboleth.idp.session.SessionExceptionTests adding service sessions.- Throws:
net.shibboleth.idp.session.SessionException- ...
-
testRemoveSPSession
public void testRemoveSPSession() throws net.shibboleth.idp.session.SessionExceptionTests removing service sessions.- Throws:
net.shibboleth.idp.session.SessionException- ...
-
testRemoveAuthenticationResult
public void testRemoveAuthenticationResult() throws net.shibboleth.idp.session.SessionExceptionTests remove authentication results.- Throws:
net.shibboleth.idp.session.SessionException- ...
-