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 default FederationRegistrationResponseAuthleteApi. federationRegistration(FederationRegistrationRequest request)Call Authlete's/federation/registrationAPI.FederationRegistrationResponseAuthleteApi. federationRegistration(FederationRegistrationRequest request, Options options)Call Authlete's/federation/registrationAPI.FederationRegistrationResponseAuthleteApiImplV3. federationRegistration(FederationRegistrationRequest request, Options options) -
Uses of FederationRegistrationResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return FederationRegistrationResponse Modifier and Type Method Description FederationRegistrationResponseFederationRegistrationResponse. setAction(FederationRegistrationResponse.Action action)Set the next action that the implementation of the federation registration endpoint should take.FederationRegistrationResponseFederationRegistrationResponse. setClient(Client client)Set the information about the client that has been registered by the client registration request.FederationRegistrationResponseFederationRegistrationResponse. 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.
-