Class AddScopeToClientMetadataTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCClientMetadataPopulationTest
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.AddScopeToClientMetadataTest
-
public class AddScopeToClientMetadataTest extends BaseOIDCClientMetadataPopulationTest
Unit test forAddScopeToClientMetadata.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) net.shibboleth.idp.plugin.oidc.op.profile.impl.AddScopeToClientMetadataaction-
Fields inherited from class net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCClientMetadataPopulationTest
profileRequestCtx, requestCtx
-
-
Constructor Summary
Constructors Constructor Description AddScopeToClientMetadataTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCClientMetadataPopulationActionconstructAction()voidsetUp()voidtestEmptyScope()voidtestNullDefault()voidtestNullScope()voidtestNullScopeCustomDefault()voidtestSetScope()-
Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCClientMetadataPopulationTest
initializeNullLookup, setUpContext, testNoRequestMetadata, testNoResponseMetadata, testNullInputStrategy, testNullOutputStrategy
-
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws ComponentInitializationException
- Throws:
ComponentInitializationException
-
constructAction
protected net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCClientMetadataPopulationAction constructAction()
- Specified by:
constructActionin classBaseOIDCClientMetadataPopulationTest
-
testNullDefault
public void testNullDefault()
-
testNullScope
public void testNullScope() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testEmptyScope
public void testEmptyScope() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testNullScopeCustomDefault
public void testNullScopeCustomDefault() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testSetScope
public void testSetScope() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
-