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 Rule
RulesService. create(Rule rule)
Operation createRule
RulesService. 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 void
RulesService. apply(Rule rule)
Operation applyAsyncProcessTracker
RulesService. applyAsync(Rule rule)
Operation applyAsyncRule
RulesService. create(Rule rule)
Operation createvoid
RulesService. delete(Rule rule)
Operation deleteCollection<RuleAssignedRole>
RulesService. findRuleAssignments(Rule rule)
Operation findRuleAssignmentsString
RulesService. generateChangesReport(Rule rule, Collection<RuleAssignedRole> grants)
Operation generateChangesReport Generates an excel file with expected changesRule
RulesService. 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 Rule
RulesService. create(Rule rule)
Rule
RulesService. 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 void
RulesService. apply(Rule rule)
AsyncProcessTracker
RulesService. applyAsync(Rule rule)
Rule
RulesService. create(Rule rule)
void
RulesService. delete(Rule rule)
Collection<RuleAssignedRole>
RulesService. findRuleAssignments(Rule rule)
String
RulesService. generateChangesReport(Rule rule, Collection<RuleAssignedRole> grants)
Rule
RulesService. update(Rule rule)
-