global class CommunitiesUtil { global CommunitiesUtil() { } global Object clone() { } global static String getLogoutUrl() { } global static String getUserDisplayName() { } global static Boolean isGuestUser() { } global static Boolean isInternalUser() { } }