Newer Version Available
LoginFormController Class
Namespace
LoginFormController Methods
The following are methods for LoginFormController.
getForgotPasswordUrl()
Signature
public static String getForgotPasswordUrl()
Return Value
Type: String
getIsSelfRegistrationEnabled()
Signature
public static Boolean getIsSelfRegistrationEnabled()
Return Value
Type: Boolean
getIsUsernamePasswordEnabled()
Signature
public static Boolean getIsUsernamePasswordEnabled()
Return Value
Type: Boolean
getSelfRegistrationUrl()
Signature
public static String getSelfRegistrationUrl()
Return Value
Type: String
login(username, password, startUrl)
Logs in the user with the provided username, password, and path to
the page that users see after they log in.
Signature
public static String login(String username, String password, String startUrl)
Parameters
Return Value
Type: String