Uses of Class
com.authlete.common.dto.FederationRegistrationResponse
-
Packages that use FederationRegistrationResponse 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 FederationRegistrationResponse in com.authlete.common.api
Methods in com.authlete.common.api that return FederationRegistrationResponse Modifier and Type Method Description FederationRegistrationResponse
AuthleteApi. federationRegistration(FederationRegistrationRequest request)
Call Authlete's/federation/registration
API. -
Uses of FederationRegistrationResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return FederationRegistrationResponse Modifier and Type Method Description FederationRegistrationResponse
FederationRegistrationResponse. setAction(FederationRegistrationResponse.Action action)
Set the next action that the implementation of the federation registration endpoint should take.FederationRegistrationResponse
FederationRegistrationResponse. setClient(Client client)
Set the information about the client that has been registered by the client registration request.FederationRegistrationResponse
FederationRegistrationResponse. setResponseContent(String responseContent)
Set the content that the implementation of the federation registration endpoint should use when it constructs a response to the API caller.
-