Class AddRedirectUrisToClientMetadataTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCClientMetadataPopulationTest
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.AddRedirectUrisToClientMetadataTest
-
public class AddRedirectUrisToClientMetadataTest extends BaseOIDCClientMetadataPopulationTest
Unit tests forAddRedirectUrisToClientMetadata.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) net.shibboleth.idp.plugin.oidc.op.profile.impl.AddRedirectUrisToClientMetadataaction(package private) URIredirectUri1(package private) URIredirectUri2-
Fields inherited from class net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCClientMetadataPopulationTest
profileRequestCtx, requestCtx
-
-
Constructor Summary
Constructors Constructor Description AddRedirectUrisToClientMetadataTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCClientMetadataPopulationActionconstructAction()voidsetUp()voidtestOne()voidtestSet()-
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, URISyntaxException
-
constructAction
protected net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCClientMetadataPopulationAction constructAction()
- Specified by:
constructActionin classBaseOIDCClientMetadataPopulationTest
-
testOne
public void testOne() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testSet
public void testSet() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
-