• JMap.Server.isStandardLoginAvailable

    Returns true is the standard JMap User Manager is available for authentication, false otherwise.

    Returns boolean

    Throws

    if the server is not ready (info from server has not been fetched). Call JMap.Server.isReady() to know this information.

    Example

    console.log(JMap.Server.isStandardLoginAvailable())
    // true