Package com.networknt.rule
Class GroupRoleTransformAction
- java.lang.Object
-
- com.networknt.rule.GroupRoleTransformAction
-
- All Implemented Interfaces:
com.networknt.rule.IAction
public class GroupRoleTransformAction extends Object implements com.networknt.rule.IAction
This is the action that is being called after the {service}-group-role rules. It picks up the roles that is true in the result and concat them together as a roles value to put it into the objMap for the next rule like portal-role-access etc.
-
-
Constructor Summary
Constructors Constructor Description GroupRoleTransformAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperformAction(Map<String,Object> objMap, Map<String,Object> resultMap, Collection<com.networknt.rule.RuleActionValue> actionValues)
-