Uses of Class
org.apache.syncope.ext.openfga.client.model.ReadAuthorizationModelsResponse
Packages that use ReadAuthorizationModelsResponse
Package
Description
-
Uses of ReadAuthorizationModelsResponse in org.apache.syncope.ext.openfga.client
Methods in org.apache.syncope.ext.openfga.client that return ReadAuthorizationModelsResponse -
Uses of ReadAuthorizationModelsResponse in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api that return ReadAuthorizationModelsResponseModifier and TypeMethodDescriptionAuthorizationModelsApi.readAuthorizationModels
(String storeId, Integer pageSize, String continuationToken) Return all the authorization models for a particular store The ReadAuthorizationModels API will return all the authorization models for a certain store.Methods in org.apache.syncope.ext.openfga.client.api that return types with arguments of type ReadAuthorizationModelsResponseModifier and TypeMethodDescriptionAuthorizationModelsApi.readAuthorizationModelsWithHttpInfo
(String storeId, Integer pageSize, String continuationToken) Return all the authorization models for a particular store The ReadAuthorizationModels API will return all the authorization models for a certain store. -
Uses of ReadAuthorizationModelsResponse in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return ReadAuthorizationModelsResponseModifier and TypeMethodDescriptionReadAuthorizationModelsResponse.addAuthorizationModelsItem
(AuthorizationModel authorizationModelsItem) ReadAuthorizationModelsResponse.authorizationModels
(List<AuthorizationModel> authorizationModels) ReadAuthorizationModelsResponse.continuationToken
(String continuationToken)