LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
global class Communities {
    global Communities() { }
    global Object clone() { }
    global static System.PageReference communitiesLanding(String startUrl) { }
    global static System.PageReference communitiesLanding() { }
    global static System.PageReference forwardToAuthPage(String startUrl) { }
    global static String getCSS() { }
    global static System.PageReference internalLogin(String startUrl) { }
    global static System.PageReference login(String username, String password, String startUrl) { }
 
}