Packages

object ApplicationFacade

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicationFacade
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def basicAuthLogin(authHeader: String, applicationFacade: => ApplicationFacade): UUID
  6. def checkUserAccess(authorization: AuthorizationManager, access: Option[UserAccess], authScope: Option[Scope] = None): Unit

    Checks whether an authorized user is compatible with a given access definition, and fails if not.

    Checks whether an authorized user is compatible with a given access definition, and fails if not.

    authorization

    An authorization manager which holds information on user authorization.

    access

    The given access definition.

    authScope

    An optional authorization scope to consider.

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. val datasolvrAuthHeaderName: String

    The name of the header which holds the auth token for API calls.

    The name of the header which holds the auth token for API calls. The value is 'Datasolvr-Auth'

  9. val defaultServiceExpiration: Int

    The default value for timeout used in ApplicationFacade.getServiceLocation.

    The default value for timeout used in ApplicationFacade.getServiceLocation. The value is 120.

  10. val defaultServiceWaitTimeout: Int

    The default value for timeout used in ApplicationFacade.getServiceLocation.

    The default value for timeout used in ApplicationFacade.getServiceLocation. The value is equal to EnvironmentVariables.DATASOLVR_WEB_SERVICE_TIMEOUT.

  11. val environmentId: String

    The reserved environment id used for the this service.

    The reserved environment id used for the this service. The value is 'default'

  12. val environmentQueryParamName: String

    The name of the query parameter which holds the environment for API calls.

    The name of the query parameter which holds the environment for API calls. The value is 'ds_environment'

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hasUserAccess(authorization: AuthorizationManager, access: Option[UserAccess], authScope: Option[Scope] = None): Boolean

    Gets whether an authorized user is compatible with a given access definition.

    Gets whether an authorized user is compatible with a given access definition.

    authorization

    An authorization manager which holds information on user authorization.

    access

    The given access definition.

    authScope

    An optional authorization scope to consider.

  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val logEnvironment: String

    The reserved environment id used for storing logs.

    The reserved environment id used for storing logs. The value is 'logs'

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. def notifyOperations(message: EmailMessage, applicationFacade: ApplicationFacade, logger: LoggingLike, environment: String): Unit
  24. val reservedEnvironmentIds: Set[String]

    The collection of reserved environment ids.

  25. val rootUserId: String

    The unique id of the root user.

    The unique id of the root user. The value is 'admin'

  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. val windowsServiceName: String

    The constant service name of a WindowsFacade implementation.

    The constant service name of a WindowsFacade implementation. The value is 'windows-service'.

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