Package net.shibboleth.idp.session.impl
Class PopulateSessionContextTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.session.impl.testing.SessionManagerBaseTestCase
-
- net.shibboleth.idp.session.impl.PopulateSessionContextTest
-
public class PopulateSessionContextTest extends SessionManagerBaseTestCase
PopulateSessionContextunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.session.impl.PopulateSessionContextactionprivate ProfileRequestContextprcprivate RequestContextsrc-
Fields inherited from class net.shibboleth.idp.session.impl.testing.SessionManagerBaseTestCase
requestProxy, responseProxy, sessionManager, storageService
-
-
Constructor Summary
Constructors Constructor Description PopulateSessionContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUpAction()voidtestAddressLookup()voidtestAddressMismatch()voidtestAddressRebind()voidtestNoSession()voidtestSession()voidtestTimeout()-
Methods inherited from class net.shibboleth.idp.session.impl.testing.SessionManagerBaseTestCase
adjustProperties, createSession, setUp, tearDown
-
-
-
-
Field Detail
-
src
private RequestContext src
-
prc
private ProfileRequestContext prc
-
action
private net.shibboleth.idp.session.impl.PopulateSessionContext action
-
-
Method Detail
-
setUpAction
@BeforeMethod public void setUpAction() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testNoSession
public void testNoSession()
-
testSession
public void testSession() throws SessionException- Throws:
SessionException
-
testAddressRebind
public void testAddressRebind() throws SessionException- Throws:
SessionException
-
testAddressMismatch
public void testAddressMismatch() throws SessionException- Throws:
SessionException
-
testTimeout
public void testTimeout() throws SessionException, InterruptedException- Throws:
SessionExceptionInterruptedException
-
testAddressLookup
public void testAddressLookup() throws ComponentInitializationException, SessionException
-
-