Class BaseAuthenticationContextTest
java.lang.Object
org.opensaml.core.testing.OpenSAMLInitBaseTestCase
net.shibboleth.idp.plugin.authn.totp.impl.BaseAuthenticationContextTest
- Direct Known Subclasses:
ExtractTOTPFromFormRequestTest,ExtractTOTPFromHeaderTest,GoogleTOTPAuthenticatorTest
Base class for further action tests.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<net.shibboleth.idp.authn.AuthenticationFlowDescriptor>protected ProfileRequestContextprotected RequestContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final MockHttpServletRequestgetMockHttpServletRequest(net.shibboleth.idp.authn.AbstractAuthenticationAction action) protected voidprotected voidsetUp()Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
Field Details
-
src
-
prc
-
authenticationFlows
-
-
Constructor Details
-
BaseAuthenticationContextTest
public BaseAuthenticationContextTest()
-
-
Method Details
-
initializeMembers
- Throws:
ComponentInitializationException
-
setUp
- Throws:
ComponentInitializationException
-
getMockHttpServletRequest
@Nonnull protected final MockHttpServletRequest getMockHttpServletRequest(net.shibboleth.idp.authn.AbstractAuthenticationAction action)
-