EmployeeLoginLinkController Class

Represents the link on the login form that employees can click to log in. For internal use only.

Namespace

AppLauncher

EmployeeLoginLinkController Methods

The following are methods for EmployeeLoginLinkController.

getEmployeeLoginUrl(startUrl)

Returns the path to the page that employees see after they log in.

Signature

public static String getEmployeeLoginUrl(String startUrl)

Parameters

startUrl
Type: String
Path to the page that employees see after they log in.

Return Value

Type: String

getIsAllowInternalUserLoginEnabled()

Indicates whether an internal user is allowed to log in to the community.

Signature

public static Boolean getIsAllowInternalUserLoginEnabled()

Return Value

Type: Boolean