Uses of Class
org.apache.syncope.ext.openfga.client.model.Condition
Packages that use Condition
-
Uses of Condition in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return ConditionModifier and TypeMethodDescriptionCondition.expression
(String expression) Condition.metadata
(ConditionMetadata metadata) Condition.parameters
(Map<String, ConditionParamTypeRef> parameters) Condition.putParametersItem
(String key, ConditionParamTypeRef parametersItem) Methods in org.apache.syncope.ext.openfga.client.model that return types with arguments of type ConditionModifier and TypeMethodDescriptionAuthorizationModel.getConditions()
Get conditionsWriteAuthorizationModelRequest.getConditions()
Get conditionsMethods in org.apache.syncope.ext.openfga.client.model with parameters of type ConditionModifier and TypeMethodDescriptionAuthorizationModel.putConditionsItem
(String key, Condition conditionsItem) WriteAuthorizationModelRequest.putConditionsItem
(String key, Condition conditionsItem) Method parameters in org.apache.syncope.ext.openfga.client.model with type arguments of type ConditionModifier and TypeMethodDescriptionAuthorizationModel.conditions
(Map<String, Condition> conditions) WriteAuthorizationModelRequest.conditions
(Map<String, Condition> conditions) void
AuthorizationModel.setConditions
(Map<String, Condition> conditions) void
WriteAuthorizationModelRequest.setConditions
(Map<String, Condition> conditions)