Packages

object UserOptions extends OptionDescriptionBuilder

Defines the options that can be used on user.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserOptions
  2. OptionDescriptionBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DASHBOARD_FAVORITES: String

    A comma-separated list of dashboard ids to mark as favorites.

  5. val DEFAULT_ENVIRONMENT: String

    The environment to use by default when a user logs in.

  6. val DESKTOP: String

    A dashboard or presentation id to display on the home page.

    A dashboard or presentation id to display on the home page. Use 'dashboard' and 'presentation' as prefix to indicate which.

  7. val EMAIL_IS_VERIFIED: String

    Indicates if the users email has been verified

  8. val EMAIL_VERIFICATION_TOKEN: String

    A token sent to the user to verify their email address.

  9. val ENDPOINT_ACCESS_CONTROL: String

    Whether or not to perform endpoint access control for the user.

  10. def Mandatory(name: String, validation: (String) => Option[String] = s => None): OptionDescription
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  11. def Optional(name: String, default: Option[String] = None, validation: (String) => Option[String] = s => None): OptionDescription
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  12. val PASSWORD_EXPIRATION: String

    Forces the user to create a new password after the given timestamp.

    Forces the user to create a new password after the given timestamp. The format must match DateTimeSupport.timelineFormatLive

  13. val PRESENTATION_FAVORITES: String

    A comma-separated list of presentation ids to mark as favorites.

  14. val PROVIDER: String

    Indicates that the user if supplied by an external provider.

    Indicates that the user if supplied by an external provider. The only supported provider is 'ldap' for Active Directory integration.

  15. val START_PAGE: String

    The URL that the user is redirected to after login

  16. val TOTP_OVERRIDE: String

    Overrides the system level setting for multi-factor auth in EnvironmentVariables.DATASOLVR_AUTH_TOTP_ENABLED.

  17. val UI_EXCLUDE: String

    A comma-separated list of authorization scopes to ignore for UI display purposes.

  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  20. def descriptions(descriptions: OptionDescription*): OptionDescriptions
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def get: OptionDescriptions
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def legacyOptions: Set[String]
    Definition Classes
    OptionDescriptionBuilder
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped