Class AbstractSAML2ProfileConfigurationTest
- java.lang.Object
-
- net.shibboleth.idp.saml.saml2.profile.config.AbstractSAML2ProfileConfigurationTest
-
public class AbstractSAML2ProfileConfigurationTest extends Object
Unit test forAbstractSAML2ProfileConfiguration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classAbstractSAML2ProfileConfigurationTest.MockSAML2ProfileConfigurationMock class for testingAbstractSAML2ProfileConfiguration.
-
Constructor Summary
Constructors Constructor Description AbstractSAML2ProfileConfigurationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestEncryptAssertionsPredicate()voidtestEncryptAttributesPredicate()voidtestEncryptionOptional()voidtestEncryptNameIDsPredicate()voidtestIndirectEncryptionOptional()voidtestIndirectProxyAudiences()voidtestIndirectProxyCount()voidtestProxyAudiences()voidtestProxyCount()
-
-
-
Method Detail
-
testEncryptionOptional
public void testEncryptionOptional()
-
testIndirectEncryptionOptional
public void testIndirectEncryptionOptional()
-
testEncryptNameIDsPredicate
public void testEncryptNameIDsPredicate()
-
testEncryptAssertionsPredicate
public void testEncryptAssertionsPredicate()
-
testEncryptAttributesPredicate
public void testEncryptAttributesPredicate()
-
testProxyCount
public void testProxyCount()
-
testIndirectProxyCount
public void testIndirectProxyCount()
-
testProxyAudiences
public void testProxyAudiences()
-
testIndirectProxyAudiences
public void testIndirectProxyAudiences()
-
-