AccountsDAO
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getAllValidAccountPersistentWebSocketStatus(): <Error class: unknown class><List<PersistentWebSocketStatusEntity>>
Link copied to clipboard
abstract suspend fun insertOrReplace(userIDEntity: UserIDEntity, ssoIdEntity: SsoIdEntity?, managedByEntity: ManagedByEntity?, serverConfigId: String, isPersistentWebSocketEnabled: Boolean, nomadServiceUrl: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun observeAccount(userIDEntity: UserIDEntity): <Error class: unknown class><AccountInfoEntity?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun updatePersistentWebSocketStatus(userIDEntity: UserIDEntity, isPersistentWebSocketEnabled: Boolean)
Link copied to clipboard
abstract suspend fun updateSsoIdAndScimInfo(userIDEntity: UserIDEntity, ssoIdEntity: SsoIdEntity?, managedBy: ManagedByEntity?)
Link copied to clipboard