Uses of Class
com.authlete.common.dto.FederationConfigurationRequest
-
Packages that use FederationConfigurationRequest 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 FederationConfigurationRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type FederationConfigurationRequest 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 FederationConfigurationRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return FederationConfigurationRequest Modifier and Type Method Description FederationConfigurationRequestFederationConfigurationRequest. setEntityTypes(EntityType[] entityTypes)Set the entity types for which the entity configuration is created.
-