Class SetTokenDeliveryAttributesFromTokenToResponseContextTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCResponseActionTest
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.SetTokenDeliveryAttributesFromTokenToResponseContextTest
-
public class SetTokenDeliveryAttributesFromTokenToResponseContextTest extends BaseOIDCResponseActionTest
SetTokenDeliveryAttributesFromTokenToResponseContextunit test.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCResponseActionTest
BaseOIDCResponseActionTest.MockRevocationCache
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.plugin.oidc.op.profile.impl.SetTokenDeliveryAttributesFromTokenToResponseContextactionAction.-
Fields inherited from class net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCResponseActionTest
clientId, credentialEC256, credentialEC384, credentialEC521, credentialHMAC, credentialRSA, idGenerator, metadataCtx, profileRequestCtx, request, requestCtx, respCtx, rpCtx, subject
-
-
Constructor Summary
Constructors Constructor Description SetTokenDeliveryAttributesFromTokenToResponseContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidinit()voidtestNullStrategyDClaims()Test setting null strategy for delivery claims.voidtestNullStrategyIDTokenDClaims()Test setting null strategy for id token delivery claims.voidtestNullStrategyUIDClaims()Test setting null strategy for ui delivery claims.voidtestSuccess()Test that action creates the context.voidtestSuccessNoInput()Test that action is able to cope with no input.-
Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCResponseActionTest
addEntryToMap, getDataSealer, initializeDataSealer, setAuthenticationRequest, setIdTokenToResponseContext, setTokenRequest, setUp, setUserInfoRequest, setUserInfoResponseToResponseContext, signIdTokenInResponseContext, signUserInfoResponseInResponseContext
-
-
-
-
Method Detail
-
init
private void init() throws ComponentInitializationException, URISyntaxException
-
testSuccess
public void testSuccess() throws ComponentInitializationException, URISyntaxExceptionTest that action creates the context.
-
testSuccessNoInput
public void testSuccessNoInput() throws ComponentInitializationException, URISyntaxExceptionTest that action is able to cope with no input.
-
testNullStrategyDClaims
public void testNullStrategyDClaims()
Test setting null strategy for delivery claims.
-
testNullStrategyIDTokenDClaims
public void testNullStrategyIDTokenDClaims() throws ComponentInitializationException, URISyntaxExceptionTest setting null strategy for id token delivery claims.
-
testNullStrategyUIDClaims
public void testNullStrategyUIDClaims() throws ComponentInitializationException, URISyntaxExceptionTest setting null strategy for ui delivery claims.
-
-