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 FederationConfigurationResponse
AuthleteApi. federationConfiguration(FederationConfigurationRequest request)
Call Authlete's/federation/configuration
API. -
Uses of FederationConfigurationResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return FederationConfigurationResponse Modifier and Type Method Description FederationConfigurationResponse
FederationConfigurationResponse. 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/configuration
API.FederationConfigurationResponse
FederationConfigurationResponse. 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.
-