Uses of Interface
io.vertigo.account.authorization.definitions.rulemodel.RuleValue
-
Packages that use RuleValue Package Description io.vertigo.account.authorization.definitions.rulemodel -
-
Uses of RuleValue in io.vertigo.account.authorization.definitions.rulemodel
Classes in io.vertigo.account.authorization.definitions.rulemodel that implement RuleValue Modifier and Type Class Description class
RuleFixedValue
Fixed content.class
RuleUserPropertyValue
User property value definition.Methods in io.vertigo.account.authorization.definitions.rulemodel that return RuleValue Modifier and Type Method Description RuleValue
RuleExpression. getValue()
Constructors in io.vertigo.account.authorization.definitions.rulemodel with parameters of type RuleValue Constructor Description RuleExpression(String fieldName, RuleExpression.ValueOperator operator, RuleValue value)
-