Package net.shibboleth.idp.authn.impl
Class FilterFlowsByNonBrowserSupportTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
-
- net.shibboleth.idp.authn.impl.FilterFlowsByNonBrowserSupportTest
-
public class FilterFlowsByNonBrowserSupportTest extends BaseAuthenticationContextTest
FilterFlowsByNonBrowserSupportunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.authn.impl.FilterFlowsByNonBrowserSupportaction-
Fields inherited from class net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
authenticationFlows, prc, src
-
-
Constructor Summary
Constructors Constructor Description FilterFlowsByNonBrowserSupportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestBrowserProfile()voidtestNoFiltering()voidtestPartialFiltering()-
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
-
testBrowserProfile
public void testBrowserProfile()
-
testNoFiltering
public void testNoFiltering()
-
testPartialFiltering
public void testPartialFiltering()
-
-