Class AddUserInfoShellTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCResponseActionTest
-
- net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl.AddUserInfoShellTest
-
public class AddUserInfoShellTest extends BaseOIDCResponseActionTest
AddUserInfoShellunit 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.userinfo.profile.impl.AddUserInfoShellaction-
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 AddUserInfoShellTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidtestFailNoRPContext()Test no relying party context.voidtestNullIssuerLookupStrategy()Test setting null stategy.voidtestNullRelyingPartyContextLookupStrategy()Test setting null strategy.voidtestNulltUserInfoSigningAlgLookupStrategy()Test setting null strategy.voidtestSuccess()Test that user info shell is generated.voidtestSuccessForSigned()Test that user info shell is generated for signed response.-
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
@BeforeMethod public void init() throws ComponentInitializationException
- Throws:
ComponentInitializationException
-
testSuccess
public void testSuccess()
Test that user info shell is generated.
-
testSuccessForSigned
public void testSuccessForSigned()
Test that user info shell is generated for signed response.
-
testFailNoRPContext
public void testFailNoRPContext()
Test no relying party context.
-
testNullIssuerLookupStrategy
public void testNullIssuerLookupStrategy()
Test setting null stategy.
-
testNullRelyingPartyContextLookupStrategy
public void testNullRelyingPartyContextLookupStrategy()
Test setting null strategy.
-
testNulltUserInfoSigningAlgLookupStrategy
public void testNulltUserInfoSigningAlgLookupStrategy()
Test setting null strategy.
-
-