Class AddResponseTypesToClientMetadataTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCClientMetadataPopulationTest
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.AddResponseTypesToClientMetadataTest
-
public class AddResponseTypesToClientMetadataTest extends BaseOIDCClientMetadataPopulationTest
Unit tests forAddResponseTypesToClientMetadata.
-
-
Field Summary
-
Fields inherited from class net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCClientMetadataPopulationTest
action, profileRequestCtx, requestCtx
-
-
Constructor Summary
Constructors Constructor Description AddResponseTypesToClientMetadataTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCClientMetadataPopulationActionconstructAction()voidsetUp()voidtestAll()voidtestCode()voidtestIdToken()voidtestNoRequest()voidtestNotSupported()voidtestOneNotSupported()protected voidtestResponseTypes(com.nimbusds.oauth2.sdk.ResponseType... responseTypes)protected voidtestResponseTypes(List<com.nimbusds.oauth2.sdk.ResponseType> ignoredTypes, String expectedEventId, com.nimbusds.oauth2.sdk.ResponseType... responseTypes)voidtestToken()voidtestTwo()-
Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCClientMetadataPopulationTest
initializeNullLookup, setUpContext, testNoRequestMetadata, testNoResponseMetadata, testNullInputStrategy, testNullOutputStrategy
-
-
-
-
Method Detail
-
constructAction
protected net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCClientMetadataPopulationAction constructAction()
- Specified by:
constructActionin classBaseOIDCClientMetadataPopulationTest
-
setUp
@BeforeMethod public void setUp() throws ComponentInitializationException
- Throws:
ComponentInitializationException
-
testNoRequest
public void testNoRequest() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testNotSupported
public void testNotSupported() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testOneNotSupported
public void testOneNotSupported() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testToken
public void testToken() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testIdToken
public void testIdToken() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testCode
public void testCode() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testTwo
public void testTwo() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testAll
public void testAll() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testResponseTypes
protected void testResponseTypes(com.nimbusds.oauth2.sdk.ResponseType... responseTypes) throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testResponseTypes
protected void testResponseTypes(List<com.nimbusds.oauth2.sdk.ResponseType> ignoredTypes, String expectedEventId, com.nimbusds.oauth2.sdk.ResponseType... responseTypes) throws ComponentInitializationException
- Throws:
ComponentInitializationException
-
-