Class AddRole

  • All Implemented Interfaces:
    ExecutableCliCommand

    public class AddRole
    extends Object
    implements ExecutableCliCommand
    Adds a application role to a group.
     Usage: appng add-role [options]
       Options:
         -c
            Clear existing application role of the group.
            Default: false
       * -g
            The group name.
       * -a
            The application name.
       * -r
            A application role name. Multiple values can be provided (separated by space).
     
    Author:
    Matthias Herlitzius