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 FederationConfigurationResponse
AuthleteApi. federationConfiguration(FederationConfigurationRequest request)
Call Authlete's/federation/configuration
API. -
Uses of FederationConfigurationRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return FederationConfigurationRequest Modifier and Type Method Description FederationConfigurationRequest
FederationConfigurationRequest. setEntityTypes(EntityType[] entityTypes)
Set the entity types for which the entity configuration is created.
-