Package net.shibboleth.idp.session.impl
Class ProcessLogoutTest
java.lang.Object
org.opensaml.core.testing.OpenSAMLInitBaseTestCase
net.shibboleth.idp.session.impl.SessionManagerBaseTestCase
net.shibboleth.idp.session.impl.ProcessLogoutTest
ProcessLogout unit test.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate net.shibboleth.idp.session.impl.ProcessLogoutprivate ProfileRequestContextprivate RequestContextFields inherited from class net.shibboleth.idp.session.impl.SessionManagerBaseTestCase
sessionManager, storageService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAllows override of component properties before initializing them.voidvoidvoidvoidvoidvoidvoidMethods inherited from class net.shibboleth.idp.session.impl.SessionManagerBaseTestCase
createSession, getRequest, getResponse, setUp, tearDownMethods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
Field Details
-
src
-
prc
-
action
private net.shibboleth.idp.session.impl.ProcessLogout action
-
-
Constructor Details
-
ProcessLogoutTest
public ProcessLogoutTest()
-
-
Method Details
-
setUpAction
- Throws:
ComponentInitializationException
-
adjustProperties
Allows override of component properties before initializing them.- Overrides:
adjustPropertiesin classSessionManagerBaseTestCase- Throws:
ComponentInitializationException- ...
-
testNoSession
public void testNoSession() -
testSessionNoSPSessions
- Throws:
SessionExceptionResolverException
-
testSessionSPSessions
- Throws:
SessionExceptionResolverException
-
testAddressRebind
- Throws:
SessionExceptionResolverException
-
testAddressMismatch
- Throws:
SessionException
-
testAddressLookup
public void testAddressLookup() throws ComponentInitializationException, SessionException, ResolverException
-