Class OpenIDConfigurationSuccessResponse
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.messaging.JSONSuccessResponse
-
- net.shibboleth.idp.plugin.oidc.op.messaging.impl.OpenIDConfigurationSuccessResponse
-
- All Implemented Interfaces:
com.nimbusds.oauth2.sdk.Message,com.nimbusds.oauth2.sdk.Response,com.nimbusds.oauth2.sdk.SuccessResponse
public class OpenIDConfigurationSuccessResponse extends JSONSuccessResponse
OpenID Configuration success message class.
-
-
Constructor Summary
Constructors Constructor Description OpenIDConfigurationSuccessResponse(net.minidev.json.JSONObject contentObject)Constructor.OpenIDConfigurationSuccessResponse(net.minidev.json.JSONObject contentObject, String cacheControlValue, String pragmaValue)Constructor.
-
Method Summary
-
Methods inherited from class net.shibboleth.idp.plugin.oidc.op.messaging.JSONSuccessResponse
indicatesSuccess, toHTTPResponse, toString
-
-
-
-
Constructor Detail
-
OpenIDConfigurationSuccessResponse
public OpenIDConfigurationSuccessResponse(@Nonnull net.minidev.json.JSONObject contentObject)Constructor.- Parameters:
contentObject- JSON content. MUST not be null.
-
OpenIDConfigurationSuccessResponse
public OpenIDConfigurationSuccessResponse(@Nonnull net.minidev.json.JSONObject contentObject, @Nullable String cacheControlValue, @Nullable String pragmaValue)Constructor.- Parameters:
contentObject- JSON content. MUST not be null.cacheControlValue- cache control valuepragmaValue- pragma value
-
-