Package net.shibboleth.idp.authn.impl
Class PopulateSubjectCanonicalizationContextTest
- java.lang.Object
-
- net.shibboleth.idp.authn.impl.PopulateSubjectCanonicalizationContextTest
-
- Direct Known Subclasses:
SelectSubjectCanonicalizationFlowTest
public class PopulateSubjectCanonicalizationContextTest extends Object
PopulateSubjectCanonicalizationContextunit test and base class for further action tests.
-
-
Field Summary
Fields Modifier and Type Field Description protected ImmutableList<net.shibboleth.idp.authn.SubjectCanonicalizationFlowDescriptor>c14nFlowsprotected org.opensaml.profile.context.ProfileRequestContextprcprotected RequestContextsrc
-
Constructor Summary
Constructors Constructor Description PopulateSubjectCanonicalizationContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAction()Test that the context is properly added.
-
-
-
Field Detail
-
c14nFlows
protected ImmutableList<net.shibboleth.idp.authn.SubjectCanonicalizationFlowDescriptor> c14nFlows
-
src
protected RequestContext src
-
prc
protected org.opensaml.profile.context.ProfileRequestContext prc
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
- Throws:
Exception
-
-