Class RequestObjectRequiredAndSupportedTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.RequestObjectRequiredAndSupportedTest
-
public class RequestObjectRequiredAndSupportedTest extends Object
Tests for theRequestObjectRequiredAndSupported.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.oidc.profile.config.impl.DefaultOIDCAuthorizationConfigurationconfigprivate ProfileRequestContextprcprivate net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.RequestObjectRequiredAndSupportedpredicateThe predicate to testprivate net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContextproviderCtxprivate net.shibboleth.idp.profile.context.RelyingPartyContextrpc
-
Constructor Summary
Constructors Constructor Description RequestObjectRequiredAndSupportedTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestRequestObjectEnabled_NoMetadata()voidtestRequestObjectEnabled_NoProviderContext()voidtestRequestObjectEnabledAndSupported()voidtestRequestObjectNotEnabledAndSupported()
-
-
-
Field Detail
-
predicate
private net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.RequestObjectRequiredAndSupported predicate
The predicate to test
-
prc
private ProfileRequestContext prc
-
rpc
private net.shibboleth.idp.profile.context.RelyingPartyContext rpc
-
config
private net.shibboleth.oidc.profile.config.impl.DefaultOIDCAuthorizationConfiguration config
-
providerCtx
private net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext providerCtx
-
-
Method Detail
-
setup
@BeforeMethod public void setup()
-
testRequestObjectEnabled_NoProviderContext
public void testRequestObjectEnabled_NoProviderContext()
-
testRequestObjectEnabled_NoMetadata
public void testRequestObjectEnabled_NoMetadata()
-
testRequestObjectEnabledAndSupported
public void testRequestObjectEnabledAndSupported()
-
testRequestObjectNotEnabledAndSupported
public void testRequestObjectNotEnabledAndSupported()
-
-