object UserOptions extends OptionDescriptionBuilder
Defines the options that can be used on user.
- Alphabetic
- By Inheritance
- UserOptions
- OptionDescriptionBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DASHBOARD_FAVORITES: String
A comma-separated list of dashboard ids to mark as favorites.
- val DEFAULT_ENVIRONMENT: String
The environment to use by default when a user logs in.
- 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.
- val EMAIL_IS_VERIFIED: String
Indicates if the users email has been verified
- val EMAIL_VERIFICATION_TOKEN: String
A token sent to the user to verify their email address.
- val ENDPOINT_ACCESS_CONTROL: String
Whether or not to perform endpoint access control for the user.
- def Mandatory(name: String, validation: (String) => Option[String] = s => None): OptionDescription
- Attributes
- protected
- Definition Classes
- OptionDescriptionBuilder
- def Optional(name: String, default: Option[String] = None, validation: (String) => Option[String] = s => None): OptionDescription
- Attributes
- protected
- Definition Classes
- OptionDescriptionBuilder
- 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
- val PRESENTATION_FAVORITES: String
A comma-separated list of presentation ids to mark as favorites.
- 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.
- val START_PAGE: String
The URL that the user is redirected to after login
- val TOTP_OVERRIDE: String
Overrides the system level setting for multi-factor auth in EnvironmentVariables.DATASOLVR_AUTH_TOTP_ENABLED.
- val UI_EXCLUDE: String
A comma-separated list of authorization scopes to ignore for UI display purposes.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def descriptions(descriptions: OptionDescription*): OptionDescriptions
- Attributes
- protected
- Definition Classes
- OptionDescriptionBuilder
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get: OptionDescriptions
- Definition Classes
- UserOptions → OptionDescriptionBuilder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def legacyOptions: Set[String]
- Definition Classes
- OptionDescriptionBuilder
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)