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 String
AuthleteApi. getServiceConfiguration(ServiceConfigurationRequest request)
Get the configuration of the service in JSON format that complies with OpenID Connect Discovery 1.0. -
Uses of ServiceConfigurationRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return ServiceConfigurationRequest Modifier and Type Method Description ServiceConfigurationRequest
ServiceConfigurationRequest. setPatch(String patch)
Set a JSON Patch (RFC 6902 JavaScript Object Notation (JSON) Patch) to be applied.ServiceConfigurationRequest
ServiceConfigurationRequest. setPretty(boolean pretty)
Set the flag indicating whether the JSON returned from the API is formatted in a human-friendly way.
-