Uses of Class
com.authlete.common.dto.ServiceConfigurationRequest
-
Packages that use ServiceConfigurationRequest Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi) and the factory class (AuthleteApiFactory).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of ServiceConfigurationRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type ServiceConfigurationRequest Modifier and Type Method Description default StringAuthleteApi. getServiceConfiguration(ServiceConfigurationRequest request)Get the configuration of the service in JSON format that complies with OpenID Connect Discovery 1.0.StringAuthleteApi. getServiceConfiguration(ServiceConfigurationRequest request, Options options)Get the configuration of the service in JSON format that complies with OpenID Connect Discovery 1.0.StringAuthleteApiImplV3. getServiceConfiguration(ServiceConfigurationRequest request, Options options)Call/api/{serviceId}/service/configurationAPI -
Uses of ServiceConfigurationRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return ServiceConfigurationRequest Modifier and Type Method Description ServiceConfigurationRequestServiceConfigurationRequest. setPatch(String patch)Set a JSON Patch (RFC 6902 JavaScript Object Notation (JSON) Patch) to be applied.ServiceConfigurationRequestServiceConfigurationRequest. setPretty(boolean pretty)Set the flag indicating whether the JSON returned from the API is formatted in a human-friendly way.
-