Class BrowserSSOProfileConfigurationTest
- java.lang.Object
-
- net.shibboleth.idp.saml.saml1.profile.config.BrowserSSOProfileConfigurationTest
-
public class BrowserSSOProfileConfigurationTest extends Object
Unit test forBrowserSSOProfileConfiguration.
-
-
Constructor Summary
Constructors Constructor Description BrowserSSOProfileConfigurationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestArtifactConfiguration()voidtestAuthenticationFlows()voidtestDefaultAuthenticationMethods()voidtestIncludeAttributeStatement()voidtestIndirectArtifactConfiguration()voidtestIndirectAuthenticationFlows()voidtestIndirectDefaultAuthenticationMethods()voidtestIndirectIncludeAttributeStatement()voidtestIndirectNameIDFormatPrecedence()voidtestIndirectPostAuthenticationFlows()voidtestIndirectResolveAttributes()voidtestNameIDFormatPrecedence()voidtestPostAuthenticationFlows()voidtestProfileId()voidtestResolveAttributes()
-
-
-
Method Detail
-
testProfileId
public void testProfileId()
-
testResolveAttributes
public void testResolveAttributes()
-
testIndirectResolveAttributes
public void testIndirectResolveAttributes()
-
testIncludeAttributeStatement
public void testIncludeAttributeStatement()
-
testIndirectIncludeAttributeStatement
public void testIndirectIncludeAttributeStatement()
-
testArtifactConfiguration
public void testArtifactConfiguration()
-
testIndirectArtifactConfiguration
public void testIndirectArtifactConfiguration()
-
testDefaultAuthenticationMethods
public void testDefaultAuthenticationMethods()
-
testIndirectDefaultAuthenticationMethods
public void testIndirectDefaultAuthenticationMethods()
-
testAuthenticationFlows
public void testAuthenticationFlows()
-
testIndirectAuthenticationFlows
public void testIndirectAuthenticationFlows()
-
testPostAuthenticationFlows
public void testPostAuthenticationFlows()
-
testIndirectPostAuthenticationFlows
public void testIndirectPostAuthenticationFlows()
-
testNameIDFormatPrecedence
public void testNameIDFormatPrecedence()
-
testIndirectNameIDFormatPrecedence
public void testIndirectNameIDFormatPrecedence()
-
-