Package net.shibboleth.idp.authn.impl
Class ExtractUsernamePasswordFromBasicAuthTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
-
- net.shibboleth.idp.authn.impl.ExtractUsernamePasswordFromBasicAuthTest
-
public class ExtractUsernamePasswordFromBasicAuthTest extends BaseAuthenticationContextTest
ExtractUsernamePasswordFromBasicAuthunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.authn.impl.ExtractUsernamePasswordFromBasicAuthaction-
Fields inherited from class net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
authenticationFlows, prc, src
-
-
Constructor Summary
Constructors Constructor Description ExtractUsernamePasswordFromBasicAuthTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestInvalid()voidtestInvalid2()voidtestInvalidBase64()voidtestMissingIdentity()voidtestMissingIdentity2()voidtestNoServlet()voidtestValid()-
Methods inherited from class net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
initializeMembers
-
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
- Overrides:
setUpin classBaseAuthenticationContextTest- Throws:
Exception
-
-