Class AbstractOIDCTest

    • Field Detail

      • GOOD_PROVIDER_CONFIGURATION_INFO

        protected final String GOOD_PROVIDER_CONFIGURATION_INFO
        Provider configuration.
        See Also:
        Constant Field Values
      • peerEntityCtx

        protected net.shibboleth.oidc.profile.messaging.context.OIDCPeerEntityContext peerEntityCtx
        The request context to use.
      • authnRequest

        protected net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest authnRequest
        The authentication request.
      • ac

        protected net.shibboleth.idp.authn.context.AuthenticationContext ac
        The authentication context (above the nested prc).
      • partyConfig

        protected net.shibboleth.oidc.profile.config.impl.DefaultOIDCAuthorizationConfiguration partyConfig
        The RP config.
      • providerCtx

        protected net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext providerCtx
        The OIDC provider metadata context.
    • Constructor Detail

      • AbstractOIDCTest

        public AbstractOIDCTest()
    • Method Detail

      • setup

        public void setup()
                   throws Exception
        Setup the various contexts.
        Throws:
        Exception - on error
      • convertHttpResponseToJSONObject

        protected net.minidev.json.JSONObject convertHttpResponseToJSONObject​(org.apache.http.HttpResponse response)
                                                                       throws Exception
        Throws:
        Exception