394041424344454647
this.groupId = groupId; } public Void execute(Environment environment) throws Exception { IdentitySession identitySession = environment.get(IdentitySession.class); identitySession.deleteGroup(groupId); return null; } }