Uses of Class
com.authlete.common.dto.FederationConfigurationResponse
-
Packages that use FederationConfigurationResponse 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 FederationConfigurationResponse in com.authlete.common.api
Methods in com.authlete.common.api that return FederationConfigurationResponse Modifier and Type Method Description default FederationConfigurationResponseAuthleteApi. federationConfiguration(FederationConfigurationRequest request)Call Authlete's/federation/configurationAPI.FederationConfigurationResponseAuthleteApi. federationConfiguration(FederationConfigurationRequest request, Options options)Call Authlete's/federation/configurationAPI.FederationConfigurationResponseAuthleteApiImplV3. federationConfiguration(FederationConfigurationRequest request, Options options) -
Uses of FederationConfigurationResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return FederationConfigurationResponse Modifier and Type Method Description FederationConfigurationResponseFederationConfigurationResponse. setAction(FederationConfigurationResponse.Action action)Set the next action that the implementation of the entity configuration endpoint should take after getting a response from Authlete's/federation/configurationAPI.FederationConfigurationResponseFederationConfigurationResponse. setResponseContent(String content)Set the content that the implementation of the entity configuration endpoint should use when it constructs a response to the client application.
-