Package net.shibboleth.idp.authn.impl
Class BaseMultiFactorAuthenticationContextTest
- java.lang.Object
-
- net.shibboleth.idp.authn.impl.BaseMultiFactorAuthenticationContextTest
-
- Direct Known Subclasses:
FinalizeMultiFactorAuthenticationTest,TransitionMultiFactorAuthenticationTest
public class BaseMultiFactorAuthenticationContextTest extends Object
Base class for further action tests.
-
-
Field Summary
Fields Modifier and Type Field Description protected net.shibboleth.idp.authn.context.AuthenticationContextacprotected ImmutableMap<String,net.shibboleth.idp.authn.AuthenticationFlowDescriptor>authenticationFlowsprotected net.shibboleth.idp.authn.context.MultiFactorAuthenticationContextmfaprotected org.opensaml.profile.context.ProfileRequestContextprcprotected RequestContextsrc
-
Constructor Summary
Constructors Constructor Description BaseMultiFactorAuthenticationContextTest()
-
-
-
Field Detail
-
src
protected RequestContext src
-
prc
protected org.opensaml.profile.context.ProfileRequestContext prc
-
ac
protected net.shibboleth.idp.authn.context.AuthenticationContext ac
-
mfa
protected net.shibboleth.idp.authn.context.MultiFactorAuthenticationContext mfa
-
authenticationFlows
protected ImmutableMap<String,net.shibboleth.idp.authn.AuthenticationFlowDescriptor> authenticationFlows
-
-