Uses of Class
io.quarkiverse.openfga.client.model.Condition
Packages that use Condition
-
Uses of Condition in io.quarkiverse.openfga.client.model
Methods in io.quarkiverse.openfga.client.model that return types with arguments of type ConditionModifier and TypeMethodDescriptionAuthorizationModel.getConditions()AuthorizationModelSchema.getConditions()Method parameters in io.quarkiverse.openfga.client.model with type arguments of type ConditionModifier and TypeMethodDescriptionAuthorizationModel.of(String id, String schemaVersion, List<TypeDefinition> typeDefinitions, Map<String, Condition> conditions) static AuthorizationModelSchemaAuthorizationModelSchema.of(String schemaVersion, List<TypeDefinition> typeDefinitions, Map<String, Condition> conditions) static AuthorizationModelSchema -
Uses of Condition in io.quarkiverse.openfga.client.model.dto
Methods in io.quarkiverse.openfga.client.model.dto that return types with arguments of type ConditionMethods in io.quarkiverse.openfga.client.model.dto with parameters of type ConditionModifier and TypeMethodDescriptionWriteAuthorizationModelRequest.Builder.addCondition(String key, Condition condition) Method parameters in io.quarkiverse.openfga.client.model.dto with type arguments of type ConditionModifier and TypeMethodDescriptionWriteAuthorizationModelRequest.Builder.addConditions(Map<String, Condition> conditions) WriteAuthorizationModelRequest.Builder.conditions(Map<String, Condition> conditions) WriteAuthorizationModelRequest.of(List<TypeDefinition> typeDefinitions, String schemaVersion, Map<String, Condition> conditions)