in src/main/java/org/apache/sling/jcr/presence/internal/UserPresenter.java [219:223]
public UserInfo(@NotNull final String userId, final boolean isDisabled, final boolean isSystemUser) {
this.userId = userId;
this.isDisabled = isDisabled;
this.isSystemUser = isSystemUser;
}