Uses of Class
com.authlete.common.dto.FederationRegistrationRequest
-
Packages that use FederationRegistrationRequest 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 FederationRegistrationRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type FederationRegistrationRequest Modifier and Type Method Description FederationRegistrationResponse
AuthleteApi. federationRegistration(FederationRegistrationRequest request)
Call Authlete's/federation/registration
API. -
Uses of FederationRegistrationRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return FederationRegistrationRequest Modifier and Type Method Description FederationRegistrationRequest
FederationRegistrationRequest. setEntityConfiguration(String jwt)
Set the entity configuration of a relying party.FederationRegistrationRequest
FederationRegistrationRequest. setTrustChain(String json)
Set the trust chain of a relying party.
-