Package net.shibboleth.idp.session.impl
Class ProcessLogoutTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.session.impl.testing.SessionManagerBaseTestCase
-
- net.shibboleth.idp.session.impl.ProcessLogoutTest
-
public class ProcessLogoutTest extends SessionManagerBaseTestCase
ProcessLogoutunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.session.impl.ProcessLogoutactionprivate ProfileRequestContextprcprivate RequestContextsrc-
Fields inherited from class net.shibboleth.idp.session.impl.testing.SessionManagerBaseTestCase
requestProxy, responseProxy, sessionManager, storageService
-
-
Constructor Summary
Constructors Constructor Description ProcessLogoutTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadjustProperties()Allows override of component properties before initializing them.voidsetUpAction()voidtestAddressLookup()voidtestAddressMismatch()voidtestAddressRebind()voidtestNoSession()voidtestSessionNoSPSessions()voidtestSessionSPSessions()-
Methods inherited from class net.shibboleth.idp.session.impl.testing.SessionManagerBaseTestCase
createSession, setUp, tearDown
-
-
-
-
Field Detail
-
src
private RequestContext src
-
prc
private ProfileRequestContext prc
-
action
private net.shibboleth.idp.session.impl.ProcessLogout action
-
-
Method Detail
-
setUpAction
@BeforeMethod public void setUpAction() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
adjustProperties
protected void adjustProperties() throws ComponentInitializationExceptionAllows override of component properties before initializing them.- Overrides:
adjustPropertiesin classSessionManagerBaseTestCase- Throws:
ComponentInitializationException- ...
-
testNoSession
public void testNoSession()
-
testSessionNoSPSessions
public void testSessionNoSPSessions() throws SessionException, ResolverException- Throws:
SessionExceptionResolverException
-
testSessionSPSessions
public void testSessionSPSessions() throws SessionException, ResolverException- Throws:
SessionExceptionResolverException
-
testAddressRebind
public void testAddressRebind() throws SessionException, ResolverException- Throws:
SessionExceptionResolverException
-
testAddressMismatch
public void testAddressMismatch() throws SessionException- Throws:
SessionException
-
testAddressLookup
public void testAddressLookup() throws ComponentInitializationException, SessionException, ResolverException
-
-