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. def accessTokenLogin(accessToken: String, applicationFacade: => ApplicationFacade): UUID
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val authorizationHeaderName: String

    The name of the standard HTTP authorization header.

    The name of the standard HTTP authorization header. The value is 'Authorization'

  7. def basicAuthLogin(base64Credentials: String, applicationFacade: => ApplicationFacade): UUID
  8. 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.

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. 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'

  11. 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.

  12. 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.

  13. 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'

  14. 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'

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. 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.

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

    The reserved environment id used for storing logs.

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

  22. def loginFromAuthorizationHeader(authorizationHeader: String, applicationFacade: => ApplicationFacade): UUID

    Parses a raw Authorization header value and performs the appropriate login, supporting Basic (base64-encoded username:password) and Bearer (access token) schemes.

    Parses a raw Authorization header value and performs the appropriate login, supporting Basic (base64-encoded username:password) and Bearer (access token) schemes.

    authorizationHeader

    The full value of the Authorization header.

    applicationFacade

    The facade used to execute the login.

    returns

    A session token UUID on successful authentication.

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

    The collection of reserved environment ids.

  28. val rootUserId: String

    The unique id of the root user.

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

  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. 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