Uses of Class
com.soffid.iam.api.Rule
-
Packages that use Rule Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb -
-
Uses of Rule in com.soffid.iam.api
Constructors in com.soffid.iam.api with parameters of type Rule Constructor Description Rule(Rule otherBean) -
Uses of Rule in com.soffid.iam.service
Methods in com.soffid.iam.service that return Rule Modifier and Type Method Description RuleRulesService. create(Rule rule)Operation createRuleRulesService. update(Rule rule)Operation updateMethods in com.soffid.iam.service that return types with arguments of type Rule Modifier and Type Method Description Collection<Rule>RulesService. findRules(String description)Operation findRulesCollection<Rule>RulesService. findRulesByRole(Long roleId)Operation findRulesByRoleMethods in com.soffid.iam.service with parameters of type Rule Modifier and Type Method Description voidRulesService. apply(Rule rule)Operation applyAsyncProcessTrackerRulesService. applyAsync(Rule rule)Operation applyAsyncRuleRulesService. create(Rule rule)Operation createvoidRulesService. delete(Rule rule)Operation deleteCollection<RuleAssignedRole>RulesService. findRuleAssignments(Rule rule)Operation findRuleAssignmentsStringRulesService. generateChangesReport(Rule rule, Collection<RuleAssignedRole> grants)Operation generateChangesReport Generates an excel file with expected changesRuleRulesService. update(Rule rule)Operation update -
Uses of Rule in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return Rule Modifier and Type Method Description RuleRulesService. create(Rule rule)RuleRulesService. update(Rule rule)Methods in com.soffid.iam.service.ejb that return types with arguments of type Rule Modifier and Type Method Description Collection<Rule>RulesService. findRules(String description)Collection<Rule>RulesService. findRulesByRole(Long roleId)Methods in com.soffid.iam.service.ejb with parameters of type Rule Modifier and Type Method Description voidRulesService. apply(Rule rule)AsyncProcessTrackerRulesService. applyAsync(Rule rule)RuleRulesService. create(Rule rule)voidRulesService. delete(Rule rule)Collection<RuleAssignedRole>RulesService. findRuleAssignments(Rule rule)StringRulesService. generateChangesReport(Rule rule, Collection<RuleAssignedRole> grants)RuleRulesService. update(Rule rule)
-