Package net.shibboleth.idp.authn.impl
Class BaseAuthenticationContextTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
-
- Direct Known Subclasses:
AttributeSourcedSubjectCanonicalizationTest,DiscoveryProfileRequestFunctionTest,ExtractDiscoveryResponseTest,ExtractDuoAuthenticationFromHeadersTest,ExtractRemoteUserTest,ExtractUserAgentAddressTest,ExtractUserAgentIdentifierTest,ExtractUsernamePasswordFromBasicAuthTest,ExtractUsernamePasswordFromFormRequestTest,ExtractX509CertificateFromRequestTest,FilterFlowsByForceAuthnTest,FilterFlowsByNonBrowserSupportTest,FinalizeAuthenticationTest,HTPasswdCredentialValidatorTest,JAASCredentialValidatorTest,LDAPCredentialValidatorTest,PopulateAuthenticationContextTest,PreserveAuthenticationFlowStateTest,SelectAuthenticationFlowTest,SimpleSubjectCanonicalizationTest,StorageBackedAccountLockoutManagerTest,ValidateCredentialsTest,ValidateExternalAuthenticationTest,ValidateFunctionResultTest,ValidateRemoteUserTest,ValidateUserAgentAddressTest,ValidateX509CertificateTest,X500SubjectCanonicalizationTest,X509ProxyFilterTest
public class BaseAuthenticationContextTest extends org.opensaml.core.OpenSAMLInitBaseTestCaseBase class for further action tests.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<net.shibboleth.idp.authn.AuthenticationFlowDescriptor>authenticationFlowsprotected org.opensaml.profile.context.ProfileRequestContextprcprotected RequestContextsrc
-
Constructor Summary
Constructors Constructor Description BaseAuthenticationContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitializeMembers()protected voidsetUp()
-
-
-
Field Detail
-
src
protected RequestContext src
-
prc
protected org.opensaml.profile.context.ProfileRequestContext prc
-
authenticationFlows
protected List<net.shibboleth.idp.authn.AuthenticationFlowDescriptor> authenticationFlows
-
-