Class RequestObjectRequiredAndSupportedTest
java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.RequestObjectRequiredAndSupportedTest
Tests for the
RequestObjectRequiredAndSupported.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate net.shibboleth.oidc.profile.config.impl.DefaultOIDCAuthorizationConfigurationprivate ProfileRequestContextprivate net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.RequestObjectRequiredAndSupportedThe predicate to testprivate net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContextprivate net.shibboleth.profile.context.RelyingPartyContext -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
predicate
private net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.RequestObjectRequiredAndSupported predicateThe predicate to test -
prc
-
rpc
private net.shibboleth.profile.context.RelyingPartyContext rpc -
config
private net.shibboleth.oidc.profile.config.impl.DefaultOIDCAuthorizationConfiguration config -
providerCtx
private net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext providerCtx
-
-
Constructor Details
-
RequestObjectRequiredAndSupportedTest
public RequestObjectRequiredAndSupportedTest()
-
-
Method Details
-
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()
-