Uses of Class
org.apache.syncope.ext.openfga.client.model.WriteAuthorizationModelRequest
Packages that use WriteAuthorizationModelRequest
Package
Description
-
Uses of WriteAuthorizationModelRequest in org.apache.syncope.ext.openfga.client
Methods in org.apache.syncope.ext.openfga.client with parameters of type WriteAuthorizationModelRequestModifier and TypeMethodDescriptionOpenFGAClient.writeAuthorizationModel(WriteAuthorizationModelRequest request) -
Uses of WriteAuthorizationModelRequest in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api with parameters of type WriteAuthorizationModelRequestModifier and TypeMethodDescriptionAuthorizationModelsApi.writeAuthorizationModel(String storeId, WriteAuthorizationModelRequest body) Create a new authorization model The WriteAuthorizationModel API will add a new authorization model to a store.AuthorizationModelsApi.writeAuthorizationModel(String storeId, WriteAuthorizationModelRequest body, Map<String, String> headers) Create a new authorization model The WriteAuthorizationModel API will add a new authorization model to a store.AuthorizationModelsApi.writeAuthorizationModelWithHttpInfo(String storeId, WriteAuthorizationModelRequest body) Create a new authorization model The WriteAuthorizationModel API will add a new authorization model to a store.AuthorizationModelsApi.writeAuthorizationModelWithHttpInfo(String storeId, WriteAuthorizationModelRequest body, Map<String, String> headers) Create a new authorization model The WriteAuthorizationModel API will add a new authorization model to a store. -
Uses of WriteAuthorizationModelRequest in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return WriteAuthorizationModelRequestModifier and TypeMethodDescriptionWriteAuthorizationModelRequest.addTypeDefinitionsItem(TypeDefinition typeDefinitionsItem) WriteAuthorizationModelRequest.conditions(Map<String, Condition> conditions) WriteAuthorizationModelRequest.putConditionsItem(String key, Condition conditionsItem) WriteAuthorizationModelRequest.schemaVersion(String schemaVersion) WriteAuthorizationModelRequest.typeDefinitions(List<TypeDefinition> typeDefinitions)