public class InitializeRequestedPrincipalContextTest extends Object
InitializeRequestedPrincipalContext unit test.| Modifier and Type | Field and Description |
|---|---|
private net.shibboleth.idp.authn.impl.InitializeRequestedPrincipalContext |
action |
private org.opensaml.profile.context.ProfileRequestContext |
prc |
private org.springframework.webflow.execution.RequestContext |
src |
| Constructor and Description |
|---|
InitializeRequestedPrincipalContextTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testInvalidProfileConfiguration()
Test that the action errors out properly if the desired profile configuration is not configured.
|
void |
testNoMethods()
Test that the action works with no methods supplied.
|
void |
testNoProfileConfiguration()
Test that the action errors out properly if there is no relying party configuration.
|
void |
testNoRelyingPartyContext()
Test that the action errors out properly if there is no relying party context.
|
void |
testWithMethods()
Test that the action works with methods supplied.
|
private org.springframework.webflow.execution.RequestContext src
private org.opensaml.profile.context.ProfileRequestContext prc
private net.shibboleth.idp.authn.impl.InitializeRequestedPrincipalContext action
public InitializeRequestedPrincipalContextTest()
public void setUp()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionpublic void testNoRelyingPartyContext()
throws Exception
Exceptionpublic void testNoProfileConfiguration()
throws Exception
Exceptionpublic void testInvalidProfileConfiguration()
throws Exception
Exceptionpublic void testNoMethods()
throws Exception
ExceptionCopyright © 1999–2015. All rights reserved.