Class 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 Detail

      • GroupRoleTransformAction

        public GroupRoleTransformAction()
    • Method Detail

      • performAction

        public void performAction​(Map<String,​Object> objMap,
                                  Map<String,​Object> resultMap,
                                  Collection<com.networknt.rule.RuleActionValue> actionValues)
        Specified by:
        performAction in interface com.networknt.rule.IAction