58596061626364
public boolean isReadOnly() { return commandExecutor.execute(new IsIdentityServiceReadOnlyCmd()); } public Group newGroup(String groupId) { return commandExecutor.execute(new CreateGroupCmd(groupId)); }